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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.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/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 4a6f0159c6010f9d571f5b6f793654c64fc4876d..09c110d0e2ee5ec853a070c7c8b895023d86c561 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -74,7 +74,7 @@ public:
void init();
ResourceRequest resourceRequestForReload(FrameLoadType, const KURL& overrideURL = KURL(),
- ClientRedirectPolicy = NotClientRedirect);
+ ClientRedirectPolicy = ClientRedirectPolicy::NotClientRedirect);
ProgressTracker& progress() const { return *m_progressTracker; }
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoadRequest.h ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698