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

Unified Diff: mojo/shell/switches.cc

Issue 225203002: Mojo Spy core first cut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gcc fix Created 6 years, 8 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/switches.h ('k') | mojo/spy/spy.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 09429e211f125fb2763819b82b79cd45dd680da5..34ed754318ac7caae197e2d420cf62183db9cac7 100644
--- a/mojo/shell/switches.cc
+++ b/mojo/shell/switches.cc
@@ -20,5 +20,8 @@ const char kDisableCache[] = "disable-cache";
const char kEnableMultiprocess[] = "enable-multiprocess";
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";
} // namespace switches
« no previous file with comments | « mojo/shell/switches.h ('k') | mojo/spy/spy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698