mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefURLRequest::ResponseWasCached method (issue #2283)
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user