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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12674028: Report text output and exit code for command-line operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Line endings. Created 7 years, 9 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ef86310621bb580fa8327286a29971430b25c7f5..a29355af691bba2075f53b42ed5b68ed6f6dbd39 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1645,6 +1645,10 @@ const char kRelaunchShortcut[] = "relaunch-shortcut";
// Waits for the given handle to be signaled before relaunching metro Chrome on
// Windows 8 and higher.
const char kWaitForMutex[] = "wait-for-mutex";
+
+const char kTaskRemoteProcessId[] = "task-remote-process-id";
+const char kTaskOutputHandle[] = "task-output-handle";
+const char kTaskResultHandle[] = "task-result-handle";
robertshield 2013/03/28 14:31:48 All other flags here have comments on them, please
erikwright (departed) 2013/04/18 17:43:04 Done.
#endif
#ifndef NDEBUG
« chrome/browser/ui/startup/startup_browser_creator.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698