| 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 305cda947cb9206025766ce62c1f355a90eda254..829c51d41114de410655642a10a307fa369ddcdd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -307,8 +307,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| return service_worker_ref_count_ + shared_worker_ref_count_;
|
| }
|
|
|
| - std::unique_ptr<IPC::ChannelProxy> CreateChannelProxy(
|
| - const std::string& channel_id);
|
| + std::unique_ptr<IPC::ChannelProxy> CreateChannelProxy();
|
|
|
| // Creates and adds the IO thread message filters.
|
| void CreateMessageFilters();
|
|
|