Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2389193004: Always use ChannelMojo for content child processes. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698