| 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 e67224e1b6ced94af52d3169f896b32adf3d49ed..377db7236b17501bdb4dabad83a28f47ae76661d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -151,6 +151,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| private:
|
| friend class VisitRelayingRenderProcessHost;
|
|
|
| + FRIEND_TEST_ALL_PREFIXES(RenderProcessHostTest, DontPutNTPInDyingProcess);
|
| +
|
| // Creates and adds the IO thread message filters.
|
| void CreateMessageFilters();
|
|
|
|
|