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

Unified Diff: content/public/browser/browser_child_process_host_delegate.h

Issue 2201183003: Remove outgoing interface registry on RPH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: content/public/browser/browser_child_process_host_delegate.h
diff --git a/content/public/browser/browser_child_process_host_delegate.h b/content/public/browser/browser_child_process_host_delegate.h
index 3958bd3336b7b5f097778640732f77845f51f2ba..6d8e9adc79c21fb278bfc119c328c959a3ef6f74 100644
--- a/content/public/browser/browser_child_process_host_delegate.h
+++ b/content/public/browser/browser_child_process_host_delegate.h
@@ -38,10 +38,6 @@ class CONTENT_EXPORT BrowserChildProcessHostDelegate : public IPC::Listener {
// returned from GetExitCodeProcess()).
virtual void OnProcessCrashed(int exit_code) {}
- // Returns the shell::InterfaceRegistry the browser process uses to expose
- // interfaces to the child.
- virtual shell::InterfaceRegistry* GetInterfaceRegistry();
-
// Returns the shell::InterfaceProvider the browser process can use to bind
// interfaces exposed to it from the child.
virtual shell::InterfaceProvider* GetRemoteInterfaces();
« no previous file with comments | « content/public/browser/browser_child_process_host.h ('k') | content/public/browser/browser_child_process_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698