Index: mojo/shell/switches.cc |
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc |
index 34ed754318ac7caae197e2d420cf62183db9cac7..c597218f412db44cd90e83186ef5afe7b21a89b8 100644 |
--- a/mojo/shell/switches.cc |
+++ b/mojo/shell/switches.cc |
@@ -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"; |