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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1843663005: Change bool ignoreCache to WebFrameLoadType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 3056ec8844e828acf0884389a62a0d10284584e2..e28c921f7611858f8af0095f3a2b408a996d436a 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -68,6 +68,7 @@ class WebScriptExecutionCallback;
class WebSuspendableTask;
class WebView;
class WebViewImpl;
+enum class WebFrameLoadType;
struct FrameLoadRequest;
struct WebPrintParams;
@@ -122,8 +123,8 @@ public:
int argc,
v8::Local<v8::Value> argv[]) override;
v8::Local<v8::Context> mainWorldScriptContext() const override;
- void reload(bool ignoreCache) override;
- void reloadWithOverrideURL(const WebURL& overrideUrl, bool ignoreCache) override;
+ void reload(WebFrameLoadType) override;
+ void reloadWithOverrideURL(const WebURL& overrideUrl, WebFrameLoadType) override;
void reloadImage(const WebNode&) override;
void reloadLoFiImages() override;
void loadRequest(const WebURLRequest&) override;
« no previous file with comments | « third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698