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

Unified Diff: content/common/child_process_host_impl.h

Issue 2221153003: Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: rebase Created 4 years, 4 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/common/DEPS ('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 686a7737319084a00491a8e3161508443ad6a6ff..a1887340ec1a5d99f73718ed329ab8eaf2fe4e6d 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -80,8 +80,10 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
void ForceShutdown() override;
std::string CreateChannel() override;
std::string CreateChannelMojo(const std::string& child_token) override;
+ void CreateChannelMojo() override;
bool IsChannelOpening() override;
void AddFilter(IPC::MessageFilter* filter) override;
+ shell::InterfaceProvider* GetRemoteInterfaces() override;
#if defined(OS_POSIX)
base::ScopedFD TakeClientFileDescriptor() override;
#endif
« no previous file with comments | « content/common/DEPS ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698