| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 0a23a007ad383b5a9181c8d9392c4660c6bc0c17..26a2bebcc2dd16b765eb5d46f571df67d5102dd9 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -332,6 +332,9 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| FRIEND_TEST_ALL_PREFIXES(RenderViewHostTest, RoutingIdSane);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
|
| CleanUpSwappedOutRVHOnProcessCrash);
|
| + FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
|
| + NavigateMainFrameToChildSite);
|
| +
|
| // Send RenderViewReady to observers once the process is launched, but not
|
| // re-entrantly.
|
| void PostRenderViewReady();
|
|
|