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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.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/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 222137c158c25b3aa7fcdad23e4d64502e5e1980..b52f8b7e9905363fde52fa9cc2f983fff9a1bfa1 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -19,6 +19,7 @@ namespace blink {
class FrameHost;
class FrameOwner;
class RemoteFrame;
+enum class WebFrameLoadType;
class WEB_EXPORT WebRemoteFrameImpl final : public WebFrameImplBase, WTF_NON_EXPORTED_BASE(public WebRemoteFrame) {
public:
@@ -66,8 +67,8 @@ public:
v8::Local<v8::Value> argv[]) override;
v8::Local<v8::Context> mainWorldScriptContext() const override;
v8::Local<v8::Context> deprecatedMainWorldScriptContext() 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 loadRequest(const WebURLRequest&) override;
void loadHistoryItem(const WebHistoryItem&, WebHistoryLoadType, WebURLRequest::CachePolicy) override;
void loadHTMLString(
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698