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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 1850123002: Rename WebFrameLoadType::ReloadFromOrigin to ReloadBypassingCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/Source/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 482afac62a98703d59bc5f2f3c0252eb22d49880..28f8e6a0a8c2710f306dcae797c8adc22f3bf8f2 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -100,6 +100,7 @@ public:
void addScriptToEvaluateOnLoad(ErrorString*, const String& scriptSource, String* identifier) override;
void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) override;
void setAutoAttachToCreatedPages(ErrorString*, bool autoAttach) override;
+ // TODO(crbug.com/599364): Rename |ignoreCache| to |bypassCache|.
Takashi Toyoshima 2016/04/01 07:22:31 I'd handle Inspector related changes separately.
void reload(ErrorString*, const Maybe<bool>& ignoreCache, const Maybe<String>& scriptToEvaluateOnLoad) override;
void navigate(ErrorString*, const String& url, String* frameId) override;
void getResourceTree(ErrorString*, OwnPtr<protocol::Page::FrameResourceTree>* frameTree) override;

Powered by Google App Engine
This is Rietveld 408576698