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

Unified Diff: chrome/common/chrome_switches.cc

Issue 16948012: This adds a recovery mode to the diagnostics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 e9c67c56e55ad43a1193d1ddf06647ae5e8f402a..1e59d30c0d7fc051048a581fc7e003a99594e51f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -249,6 +249,9 @@ const char kDiagnostics[] = "diagnostics";
// Sets the output format for diagnostic modes enabled by diagnostics flag.
const char kDiagnosticsFormat[] = "diagnostics-format";
+// Tells the diagnostics mode to do the requested recovery step(s).
+const char kDiagnosticsRecovery[] = "diagnostics-recovery";
+
// If set, the app list will be disabled at startup. Note this doesn't prevent
// the app list from running, it just makes Chrome think the app list hasn't
// been enabled (as in kEnableAppList) yet.

Powered by Google App Engine
This is Rietveld 408576698