Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 0b00d2608d55006b46990e3ab24274f073531456..892e70785e94cbca1aa2db2d0cea777fcd56fa5a 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -301,6 +301,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
private: |
friend class VisitRelayingRenderProcessHost; |
+ friend class ChildProcessLauncherBrowserTest_ChildSpawnFail_Test; |
scoped_ptr<IPC::ChannelProxy> CreateChannelProxy( |
const std::string& channel_id); |