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

Unified Diff: extensions/renderer/api_test_base.cc

Issue 1827473002: Make the process-wide ServiceRegistry available to JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/test/data/web_ui_mojo_shell_test.js ('k') | extensions/renderer/resources/keep_alive.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api_test_base.cc
diff --git a/extensions/renderer/api_test_base.cc b/extensions/renderer/api_test_base.cc
index 79f95e2771166aea25253e20827958392977a754..81ec07f18d6cc876200321de9c5770ef560792d1 100644
--- a/extensions/renderer/api_test_base.cc
+++ b/extensions/renderer/api_test_base.cc
@@ -165,7 +165,7 @@ void ApiTestEnvironment::RegisterModules() {
service_provider_ = service_provider.get();
gin::ModuleRegistry::From(env()->context()->v8_context())
->AddBuiltinModule(env()->isolate(),
- "content/public/renderer/service_provider",
+ "content/public/renderer/frame_service_registry",
service_provider.ToV8());
}
« no previous file with comments | « content/test/data/web_ui_mojo_shell_test.js ('k') | extensions/renderer/resources/keep_alive.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698