Index: content/public/test/web_contents_tester.h |
diff --git a/content/public/test/web_contents_tester.h b/content/public/test/web_contents_tester.h |
index 24953ed9c258111a4428ac22d0fee1d09a4b2981..ee3d883d726abd71172757782f5d112c1437e1d1 100644 |
--- a/content/public/test/web_contents_tester.h |
+++ b/content/public/test/web_contents_tester.h |
@@ -62,6 +62,8 @@ class WebContentsTester { |
// Gets the pending RenderFrameHost, if any, for the main frame. For the |
// current RenderFrameHost of the main frame, use WebContents::GetMainFrame(). |
+ // PlzNavigate: When browser side navigation is enabled it returns the |
+ // speculative RenderFrameHost for the main frame if one exists. |
virtual RenderFrameHost* GetPendingMainFrame() const = 0; |
// Creates a pending navigation to the given URL with the default parameters |