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

Unified Diff: mojo/shell/switches.cc

Issue 323593002: Mojo: Use network service to load non-local Mojo Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 6 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 | « mojo/shell/storage.cc ('k') | mojo/shell/task_runners.h » ('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 34ed754318ac7caae197e2d420cf62183db9cac7..f34cace3797321d8131ae3789566c0dd3857fa22 100644
--- a/mojo/shell/switches.cc
+++ b/mojo/shell/switches.cc
@@ -11,7 +11,7 @@ namespace switches {
const char kChildProcessType[] = "child-process-type";
// Force dynamically loaded apps / services to be loaded irrespective of cache
-// instructions.
+// instructions. TODO(darin): Pass this along to the NetworkService somehow.
DaveMoore 2014/06/09 16:26:40 I don't think we should check this in w/out disabl
const char kDisableCache[] = "disable-cache";
// Load apps in separate processes.
@@ -19,7 +19,10 @@ const char kDisableCache[] = "disable-cache";
// change it to "single-process") when it works.
const char kEnableMultiprocess[] = "enable-multiprocess";
+// Map mojo: URLs to a shared library of similar name at this origin. See
+// mojo_url_resolver.cc for details.
const char kOrigin[] = "origin";
+
// Enables the mojo spy, which acts as a man-in-the-middle inspector for
// message pipes and other activities. This is work in progress.
const char kSpy[] = "spy";
« no previous file with comments | « mojo/shell/storage.cc ('k') | mojo/shell/task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698