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

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

Issue 1858103002: Strawman proposal for dealing with Android java mojo services registry in browser code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak a couple more headers. Created 4 years, 8 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/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 f09c729e7d6607a97effe727b768c4821a9a8671..129baa3207fbe8bc076f500534edcf66c5d5d930 100644
--- a/content/browser/mojo/mojo_application_host.h
+++ b/content/browser/mojo/mojo_application_host.h
@@ -59,14 +59,10 @@ class CONTENT_EXPORT MojoApplicationHost {
bool did_activate_;
scoped_ptr<mojom::ApplicationSetup> application_setup_;
- ServiceRegistryImpl service_registry_;
+ BrowserServiceRegistryImpl service_registry_;
scoped_refptr<base::TaskRunner> io_task_runner_override_;
-#if defined(OS_ANDROID)
- scoped_ptr<ServiceRegistryAndroid> service_registry_android_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(MojoApplicationHost);
};
« no previous file with comments | « content/browser/mojo/browser_service_registry_impl.h ('k') | content/browser/service_worker/embedded_worker_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698