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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 84063003: Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename DidCreatePendingEntry to DidStartNavigationToPendingEntry. Created 7 years, 1 month 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 | « content/browser/web_contents/web_contents_impl_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fbc5206f1f90af2ef4534942ae83bfe8d38a3774..dbca456ee01e715cead556d864d5b2c9f6c33dc3 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -80,7 +80,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
RenderViewHost* render_view_host) {}
// This method is invoked right after the navigation was initiated.
- virtual void NavigateToPendingEntry(
+ virtual void DidStartNavigationToPendingEntry(
Charlie Reis 2013/11/22 23:29:10 Much better, thanks. Let's try to capture some of
nasko 2013/11/23 00:17:25 Done.
const GURL& url,
NavigationController::ReloadType reload_type) {}
« no previous file with comments | « content/browser/web_contents/web_contents_impl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698