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

Unified Diff: mojo/shell/switches.cc

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 | « mojo/shell/desktop/mojo_main.cc ('k') | sky/HACKING.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/switches.cc
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc
index cd863a03ebb0e31fc990e15bd1824b58d34750af..bb159b5b8bd306b212d4e9edf2f3335318dfaef7 100644
--- a/mojo/shell/switches.cc
+++ b/mojo/shell/switches.cc
@@ -7,7 +7,7 @@
namespace switches {
// Specify configuration arguments for a Mojo application URL. For example:
-// --args-for='mojo://wget http://www.google.com'
+// --args-for='mojo:wget http://www.google.com'
const char kArgsFor[] = "args-for";
// Used to specify the type of child process (switch values from
@@ -15,7 +15,7 @@ const char kArgsFor[] = "args-for";
const char kChildProcessType[] = "child-process-type";
// Comma separated list like:
-// text/html,mojo://html_viewer,application/bravo,https://abarth.com/bravo
+// text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo
const char kContentHandlers[] = "content-handlers";
// Force dynamically loaded apps / services to be loaded irrespective of cache
« no previous file with comments | « mojo/shell/desktop/mojo_main.cc ('k') | sky/HACKING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698