| 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 ecd008b2b4b66993467785f5c279d38d61ef2c0d..de036a257264a51d4eaceb04f0164658636869a2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -293,6 +293,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| private:
|
| friend class ChildProcessLauncherBrowserTest_ChildSpawnFail_Test;
|
| friend class VisitRelayingRenderProcessHost;
|
| + class ConnectionFilterImpl;
|
|
|
| std::unique_ptr<IPC::ChannelProxy> CreateChannelProxy(
|
| const std::string& channel_id);
|
|
|