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

Unified Diff: mojo/apps/js/main.js

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years, 1 month 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 | « examples/window_manager/debug_panel.cc ('k') | mojo/services/window_manager/window_manager_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/main.js
diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
index 1250ad1bc72a953f4cd0f8b5f296e76fe8c1199c..1dd3cb4c87c8b0b695c161d6381cd1c6db5f43b7 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -9,7 +9,7 @@
// example:
// (cd YOUR_DIR/mojo/apps/js; python -m SimpleHTTPServer ) &
// mojo_shell \
-// --content-handlers=application/javascript,mojo://js_content_handler \
+// --content-handlers=application/javascript,mojo:js_content_handler \
// http://localhost:8000/test.js
define("test", [
« no previous file with comments | « examples/window_manager/debug_panel.cc ('k') | mojo/services/window_manager/window_manager_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698