| 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 3c11673d833ed7b2485d82d1081b87105c3950e5..d88b10738e29c2af94065759910deff660dadbcc 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -156,13 +156,13 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
| // Called when a navigation encountered a server redirect.
|
| virtual void DidRedirectNavigation(NavigationHandle* navigation_handle) {}
|
|
|
| - // PlzNavigate
|
| // Called when the navigation is ready to be committed in a renderer. Most
|
| // observers should use DidFinishNavigation instead, which happens right
|
| // after the navigation commits. This method is for observers that want to
|
| // initialize renderer-side state just before the RenderFrame commits the
|
| // navigation.
|
| //
|
| + // PlzNavigate
|
| // This is the first point in time where a RenderFrameHost is associated with
|
| // the navigation.
|
| virtual void ReadyToCommitNavigation(NavigationHandle* navigation_handle) {}
|
|
|