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

Unified Diff: Source/core/frame/Frame.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/frame/FrameTypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Frame.h
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
index 6e586ec9ddf915f89ed4a3293ddf426574be0761..2bdfd460cef7a7b0a9ae3e8bc800dc332a701d27 100644
--- a/Source/core/frame/Frame.h
+++ b/Source/core/frame/Frame.h
@@ -30,6 +30,7 @@
#include "core/CoreExport.h"
#include "core/frame/FrameTypes.h"
+#include "core/loader/FrameLoaderTypes.h"
#include "core/page/FrameTree.h"
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
@@ -73,7 +74,7 @@ public:
// This version of Frame::navigate assumes the resulting navigation is not
// to be started on a timer. Use the method above in such cases.
virtual void navigate(const FrameLoadRequest&) = 0;
- virtual void reload(ReloadPolicy, ClientRedirectPolicy) = 0;
+ virtual void reload(FrameLoadType, ClientRedirectPolicy) = 0;
virtual void detach();
void detachChildren();
« no previous file with comments | « no previous file | Source/core/frame/FrameTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698