Chromium Code Reviews| 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..7204f1d6476bc5bd87e855e7e64d682ccd8d6533 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 DidCreatePendingEntry( |
|
Charlie Reis
2013/11/22 22:09:25
Sorry to possibly create more work for you, but I
|
| const GURL& url, |
| NavigationController::ReloadType reload_type) {} |