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 8f0ca7732f62c0752fb141bfdc702acd0e4f2772..2fc204af5470b73845ad4c301853806b09619270 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) {} |