Index: content/browser/mojo/mojo_application_host.h |
diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h |
index 1825b3eab55f2444c3e7dddceb7ebee4cc8b2885..89212d02148e22f2397d515519d9f1d298c50530 100644 |
--- a/content/browser/mojo/mojo_application_host.h |
+++ b/content/browser/mojo/mojo_application_host.h |
@@ -41,6 +41,12 @@ class MojoApplicationHost { |
ServiceRegistry* service_registry() { return &service_registry_; } |
+#if defined(OS_ANDROID) |
+ ServiceRegistryAndroid* service_registry_android() { |
+ return service_registry_android_.get(); |
+ } |
+#endif |
+ |
private: |
mojo::embedder::ChannelInit channel_init_; |
mojo::embedder::ScopedPlatformHandle client_handle_; |