Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/WebKit/public/web/WebDevToolsAgent.h

Issue 2611183007: PlzNavigate: Fix for the http/tests/inspector/resource-har-conversion.html layout test failure. (Closed)
Patch Set: Rebaseline enable-browser-side-navigation Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebDevToolsAgent.h
diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h
index 1a115b7a5bb182e0a7f4e290737598ce89c05b4b..385bda91f92d740a822cfb16fb03912569c79ae3 100644
--- a/third_party/WebKit/public/web/WebDevToolsAgent.h
+++ b/third_party/WebKit/public/web/WebDevToolsAgent.h
@@ -62,6 +62,10 @@ class WebDevToolsAgent {
// Exposed for TestRunner.
virtual WebString evaluateInWebInspectorOverlay(const WebString& script) = 0;
+ // Returns true if caching is disabled for network requests issued by dev
+ // tools.
+ virtual bool cacheDisabled() = 0;
+
class MessageDescriptor {
public:
virtual ~MessageDescriptor() {}

Powered by Google App Engine
This is Rietveld 408576698