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

Unified Diff: Source/core/frame/RemoteFrameClient.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 | « Source/core/frame/RemoteFrame.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteFrameClient.h
diff --git a/Source/core/frame/RemoteFrameClient.h b/Source/core/frame/RemoteFrameClient.h
index bd823b21595886b2e098e24b7c7f241d9422fba8..5a552dd245984b3a6fbb0d9e921b6f80bb9eaa1c 100644
--- a/Source/core/frame/RemoteFrameClient.h
+++ b/Source/core/frame/RemoteFrameClient.h
@@ -7,6 +7,7 @@
#include "core/frame/FrameClient.h"
#include "core/frame/FrameTypes.h"
+#include "core/loader/FrameLoaderTypes.h"
namespace blink {
@@ -18,7 +19,7 @@ public:
virtual ~RemoteFrameClient() { }
virtual void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) = 0;
- virtual void reload(ReloadPolicy, ClientRedirectPolicy) = 0;
+ virtual void reload(FrameLoadType, ClientRedirectPolicy) = 0;
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.
« no previous file with comments | « Source/core/frame/RemoteFrame.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698