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

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

Issue 687273002: mojo: Update content handler API (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rename content_handler.h Created 6 years, 2 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
Index: mojo/apps/js/main.js
diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
index 3f4f1ab50ff7a6fd54c22acec58f7876924277f1..1250ad1bc72a953f4cd0f8b5f296e76fe8c1199c 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -5,10 +5,7 @@
// This trivial app just loads "cnn.com" using the Mojo Network and URLLoader
// services and then prints a brief summary of the response.
//
-// To run it using js_standalone (don't forget the quotes):
-// mojo_shell 'mojo://js_standalone THIS_DIR/main.js'
-//
-// To run it using js_content_handler this file must be specified as a URL. For
+// To run it this file must be specified as a URL. For
// example:
// (cd YOUR_DIR/mojo/apps/js; python -m SimpleHTTPServer ) &
// mojo_shell \

Powered by Google App Engine
This is Rietveld 408576698