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

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

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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 46d822dbbbb651c60cc243b0911544c3a060e273..50cd88a8aee12cdbbe58001293909d42eb68502a 100644
--- a/content/public/browser/browser_child_process_host_delegate.cc
+++ b/content/public/browser/browser_child_process_host_delegate.cc
@@ -10,7 +10,13 @@ bool BrowserChildProcessHostDelegate::CanShutdown() {
return true;
}
-ServiceRegistry* BrowserChildProcessHostDelegate::GetServiceRegistry() {
+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/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698