| 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 03733f705eb4908448fddcb1118468ed8affe560..0b00d2608d55006b46990e3ab24274f073531456 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -46,6 +46,7 @@ class AudioRendererHost;
|
| class BrowserCdmManager;
|
| class BrowserDemuxerAndroid;
|
| class GpuMessageFilter;
|
| +class InProcessChildThreadParams;
|
| class MessagePortMessageFilter;
|
| class MojoApplicationHost;
|
| class NotificationMessageFilter;
|
| @@ -63,7 +64,7 @@ class StoragePartition;
|
| class StoragePartitionImpl;
|
|
|
| typedef base::Thread* (*RendererMainThreadFactoryFunction)(
|
| - const std::string& id);
|
| + const InProcessChildThreadParams& params);
|
|
|
| // Implements a concrete RenderProcessHost for the browser process for talking
|
| // to actual renderer processes (as opposed to mocks).
|
|
|