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

Unified Diff: services/js/js_app_bridge_module.h

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.cc ('k') | services/js/js_app_bridge_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/js_app_bridge_module.h
diff --git a/services/js/mojo_bridge_module.h b/services/js/js_app_bridge_module.h
similarity index 97%
rename from services/js/mojo_bridge_module.h
rename to services/js/js_app_bridge_module.h
index 480962b852107d2460aa6d757ec1d8d8e4383610..03efd7ebf72932a4753211141a907bbb36b70905 100644
--- a/services/js/mojo_bridge_module.h
+++ b/services/js/js_app_bridge_module.h
@@ -17,7 +17,7 @@ class JSApp;
// built-in module. It provides the bridge between the JSApp class and
// JavaScript.
-class MojoInternals {
+class AppBridge {
public:
static const char kModuleName[];
static v8::Local<v8::Value> GetModule(JSApp* js_app, v8::Isolate* isolate);
« no previous file with comments | « services/js/js_app.cc ('k') | services/js/js_app_bridge_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698