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

Unified Diff: content/public/browser/render_process_host.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/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index fb3ee7d958ded57bf6301789e39a58e5e95f233f..28fde53cc8a1b13cca1c73069baef54dad8c9e72 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -263,10 +263,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// have changed.
virtual void NotifyTimezoneChange(const std::string& zone_id) = 0;
- // Returns the shell::InterfaceRegistry the browser process uses to expose
- // interfaces to the renderer.
- virtual shell::InterfaceRegistry* GetInterfaceRegistry() = 0;
-
// Returns the shell::InterfaceProvider the browser process can use to bind
// interfaces exposed to it from the renderer.
virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0;
« no previous file with comments | « content/public/browser/browser_child_process_host_delegate.cc ('k') | content/public/browser/utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698