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

Unified Diff: content/common/child_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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_host_impl.h
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
index a1887340ec1a5d99f73718ed329ab8eaf2fe4e6d..f1734f2075efca4081b006587d67265daad7ccf8 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -78,7 +78,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
// ChildProcessHost implementation
bool Send(IPC::Message* message) override;
void ForceShutdown() override;
- std::string CreateChannel() override;
std::string CreateChannelMojo(const std::string& child_token) override;
void CreateChannelMojo() override;
bool IsChannelOpening() override;
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698