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

Unified Diff: content/browser/android/web_contents_observer_proxy.h

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [rebase] Created 4 years, 3 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: content/browser/android/web_contents_observer_proxy.h
diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
index 8888f538dbcfd5c143395318e9b7ec39d1fec316..40fceb476e8e34a49a66990155955885010c4060 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -11,6 +11,7 @@
#include "base/macros.h"
#include "base/process/kill.h"
#include "content/browser/web_contents/web_contents_impl.h"
+#include "content/public/browser/reload_type.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/common/frame_navigate_params.h"
#include "url/gurl.h"
@@ -71,7 +72,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
void DidChangeThemeColor(SkColor color) override;
void DidStartNavigationToPendingEntry(
const GURL& url,
- NavigationController::ReloadType reload_type) override;
+ ReloadType reload_type) override;
void MediaSessionStateChanged(
bool is_controllable,
bool is_suspended,
« no previous file with comments | « components/favicon/content/content_favicon_driver.cc ('k') | content/browser/android/web_contents_observer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698