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

Unified Diff: services/js/js_app_runner_delegate.cc

Issue 767323002: Mojo JS Bindings: restore the ServiceProvider class, add an application test (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removed console import from ServiceProvider Created 6 years 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 | « services/js/js_app_bridge_module.cc ('k') | services/js/js_apptests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/js_app_runner_delegate.cc
diff --git a/services/js/js_app_runner_delegate.cc b/services/js/js_app_runner_delegate.cc
index 4036e8cc66d07249e96f6f3706f27803947cc35e..999bc6305cac3cb45f361bf0ba1c992c5969fe43 100644
--- a/services/js/js_app_runner_delegate.cc
+++ b/services/js/js_app_runner_delegate.cc
@@ -29,9 +29,9 @@ std::vector<base::FilePath> GetModuleSearchPaths() {
JSAppRunnerDelegate::JSAppRunnerDelegate()
: ModuleRunnerDelegate(GetModuleSearchPaths()) {
AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule);
- AddBuiltinModule(js::Core::kModuleName, js::Core::GetModule);
- AddBuiltinModule(js::Support::kModuleName, js::Support::GetModule);
- AddBuiltinModule(js::Threading::kModuleName, js::Threading::GetModule);
+ AddBuiltinModule(Core::kModuleName, Core::GetModule);
+ AddBuiltinModule(Support::kModuleName, Support::GetModule);
+ AddBuiltinModule(Threading::kModuleName, Threading::GetModule);
}
JSAppRunnerDelegate::~JSAppRunnerDelegate() {
« no previous file with comments | « services/js/js_app_bridge_module.cc ('k') | services/js/js_apptests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698