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

Unified Diff: content/browser/service_worker/embedded_worker_instance.cc

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/service_worker/embedded_worker_instance.cc
diff --git a/content/browser/service_worker/embedded_worker_instance.cc b/content/browser/service_worker/embedded_worker_instance.cc
index 0e78c9397456e681f648524b3a275a114eeae600..d4f7db499526289a484c8964f3962f348a6a6687 100644
--- a/content/browser/service_worker/embedded_worker_instance.cc
+++ b/content/browser/service_worker/embedded_worker_instance.cc
@@ -373,7 +373,7 @@ void EmbeddedWorkerInstance::Start(
status_ = STARTING;
starting_phase_ = ALLOCATING_PROCESS;
network_accessed_for_script_ = false;
- service_registry_.reset(new ServiceRegistryImpl());
+ service_registry_.reset(new BrowserServiceRegistryImpl());
FOR_EACH_OBSERVER(Listener, listener_list_, OnStarting());
params->embedded_worker_id = embedded_worker_id_;
« no previous file with comments | « content/browser/service_worker/embedded_worker_instance.h ('k') | content/public/browser/browser_service_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698