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

Unified Diff: content/public/common/child_process_host_delegate.h

Issue 2230283003: Revert of Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: 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/public/common/child_process_host.h ('k') | content/public/common/child_process_host_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host_delegate.h
diff --git a/content/public/common/child_process_host_delegate.h b/content/public/common/child_process_host_delegate.h
index 2bf3320d385b54e21068d4b7b935967dd43b4695..95942763c1575dce8df48cfedce8ef2445b4efdb 100644
--- a/content/public/common/child_process_host_delegate.h
+++ b/content/public/common/child_process_host_delegate.h
@@ -10,10 +10,6 @@
#include "base/process/process.h"
#include "content/common/content_export.h"
#include "ipc/ipc_listener.h"
-
-namespace shell {
-class InterfaceProvider;
-}
namespace content {
@@ -35,10 +31,6 @@
// Returns a reference to the child process. This can be called only after
// OnProcessLaunched is called or it will be invalid and may crash.
virtual const base::Process& GetProcess() const = 0;
-
- // Returns the shell::InterfaceProvider the process host can use to bind
- // interfaces exposed to it from the child.
- CONTENT_EXPORT virtual shell::InterfaceProvider* GetRemoteInterfaces();
};
}; // namespace content
« no previous file with comments | « content/public/common/child_process_host.h ('k') | content/public/common/child_process_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698