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

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

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.cc
diff --git a/content/public/browser/browser_child_process_host_delegate.cc b/content/public/browser/browser_child_process_host_delegate.cc
index 50cd88a8aee12cdbbe58001293909d42eb68502a..98aae498896f994bff2fcdd8066a829066193382 100644
--- a/content/public/browser/browser_child_process_host_delegate.cc
+++ b/content/public/browser/browser_child_process_host_delegate.cc
@@ -10,11 +10,6 @@ bool BrowserChildProcessHostDelegate::CanShutdown() {
return true;
}
-shell::InterfaceRegistry*
-BrowserChildProcessHostDelegate::GetInterfaceRegistry() {
- return nullptr;
-}
-
shell::InterfaceProvider*
BrowserChildProcessHostDelegate::GetRemoteInterfaces() {
return nullptr;
« no previous file with comments | « content/public/browser/browser_child_process_host_delegate.h ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698