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

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

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/interface_registrar_android.cc ('k') | content/browser/mojo/mojo_child_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/mojo_child_connection.h
diff --git a/content/browser/mojo/mojo_child_connection.h b/content/browser/mojo/mojo_child_connection.h
index c51f67e40b5e6806baaf60de6f94356b0b85b47e..02c3daa3e48c071abacc493b77f8e7ee399db3f7 100644
--- a/content/browser/mojo/mojo_child_connection.h
+++ b/content/browser/mojo/mojo_child_connection.h
@@ -18,7 +18,7 @@
#include "services/shell/public/interfaces/connector.mojom.h"
#if defined(OS_ANDROID)
-#include "content/public/browser/android/service_registry_android.h"
+#include "content/public/browser/android/interface_registry_android.h"
#endif
namespace shell {
@@ -63,8 +63,8 @@ class MojoChildConnection {
void SetProcessHandle(base::ProcessHandle handle);
#if defined(OS_ANDROID)
- ServiceRegistryAndroid* service_registry_android() {
- return service_registry_android_.get();
+ InterfaceRegistryAndroid* interface_registry_android() {
+ return interface_registry_android_.get();
}
#endif
@@ -82,7 +82,7 @@ class MojoChildConnection {
shell::InterfaceProvider remote_interfaces_;
#if defined(OS_ANDROID)
- std::unique_ptr<ServiceRegistryAndroid> service_registry_android_;
+ std::unique_ptr<InterfaceRegistryAndroid> interface_registry_android_;
#endif
base::WeakPtrFactory<MojoChildConnection> weak_factory_;
« no previous file with comments | « content/browser/mojo/interface_registrar_android.cc ('k') | content/browser/mojo/mojo_child_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698