Add CefURLRequest::ResponseWasCached method (issue #2283)

This commit is contained in:
Marshall Greenblatt
2018-01-03 16:14:29 -05:00
parent 1c7391b70a
commit 50ca6928c3
12 changed files with 117 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ class WebElement;
class WebLocalFrame;
class WebNode;
class WebString;
class WebURLResponse;
class WebView;
} // namespace blink
@@ -81,6 +82,8 @@ class BLINK_EXPORT CefScriptForbiddenScope final {
DISALLOW_COPY_AND_ASSIGN(CefScriptForbiddenScope);
};
BLINK_EXPORT bool ResponseWasCached(const blink::WebURLResponse& response);
} // namespace webkit_glue
#endif // CEF_LIBCEF_RENDERER_WEBKIT_GLUE_H_