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

Unified Diff: content/browser/mojo/mojo_child_connection.cc

Issue 2191033002: Split ServiceRegistryAndroid into InterfaceRegistryAndroid and InterfaceProviderAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/browser/mojo/mojo_child_connection.h ('k') | content/browser/mojo/service_registrar_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/mojo_child_connection.cc
diff --git a/content/browser/mojo/mojo_child_connection.cc b/content/browser/mojo/mojo_child_connection.cc
index 1fe0c2e0991c57ba8e0a8b87ac72d08377a4256a..b634c52ff3f8cfb04378d392f347b912622dd7c3 100644
--- a/content/browser/mojo/mojo_child_connection.cc
+++ b/content/browser/mojo/mojo_child_connection.cc
@@ -156,8 +156,8 @@ MojoChildConnection::MojoChildConnection(
context_), io_task_runner));
#if defined(OS_ANDROID)
- service_registry_android_ =
- ServiceRegistryAndroid::Create(&interface_registry_, &remote_interfaces_);
+ interface_registry_android_ =
+ InterfaceRegistryAndroid::Create(&interface_registry_);
#endif
}
« no previous file with comments | « content/browser/mojo/mojo_child_connection.h ('k') | content/browser/mojo/service_registrar_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698