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

Unified Diff: mojo/public/bindings/js/constants.h

Issue 215743002: Mojo: update web ui for the addition of connection.js and router.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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.js ('k') | mojo/public/bindings/js/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/js/constants.h
diff --git a/mojo/public/bindings/js/constants.h b/mojo/public/bindings/js/constants.h
index 4f22a7e46c6f8a0eb6ab226ba1e27e5ca51de201..f2685a6180fd7c1098bbc832d50fffbbf688920e 100644
--- a/mojo/public/bindings/js/constants.h
+++ b/mojo/public/bindings/js/constants.h
@@ -7,11 +7,11 @@
namespace mojo {
-// Module name of the codec JavaScript module.
+// JavaScript module names:
extern const char kCodecModuleName[];
-
-// Module name of the connector JavaScript module.
+extern const char kConnectionModuleName[];
extern const char kConnectorModuleName[];
+extern const char kRouterModuleName[];
} // namespace mojo
« no previous file with comments | « content/test/data/web_ui_mojo.js ('k') | mojo/public/bindings/js/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698