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

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, 4 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 af0895dc6693f3ea23fdda5d44268333e38b0639..6a93e545a1b31c5e9e2fda4223ab7da41ead7db0 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -69,9 +69,8 @@ class WebContentsObserverProxy : public WebContentsObserver {
void DidAttachInterstitialPage() override;
void DidDetachInterstitialPage() override;
void DidChangeThemeColor(SkColor color) override;
- void DidStartNavigationToPendingEntry(
- const GURL& url,
- NavigationController::ReloadType reload_type) override;
+ void DidStartNavigationToPendingEntry(const GURL& url,
+ ReloadType reload_type) override;
void MediaSessionStateChanged(bool is_controllable,
bool is_suspended,
const MediaMetadata& metadata) override;

Powered by Google App Engine
This is Rietveld 408576698