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

Unified Diff: content/public/browser/web_contents_observer.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/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index d01c9a30c2672e24a9e9ad32517b04c5faada2b6..514b32ee7f3ba1fb692e5cf3ff0240d8faafa0ac 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -192,9 +192,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
// default mode, it is still necessary to override this function to be
// notified about a navigation earlier than DidStartProvisionalLoad. This
// function will be removed when PlzNavigate is enabled.
- virtual void DidStartNavigationToPendingEntry(
- const GURL& url,
- NavigationController::ReloadType reload_type) {}
+ virtual void DidStartNavigationToPendingEntry(const GURL& url,
+ ReloadType reload_type) {}
// |render_frame_host| is the RenderFrameHost for which the provisional load
// is happening.

Powered by Google App Engine
This is Rietveld 408576698