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

Unified Diff: chrome/common/chrome_switches.cc

Issue 325433002: Elevated install of recovery component (UI part). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7047c17499caf6a5d7d5bae3e9febaf2c4053abb..3554a2ddbdf9c20efa505da0633086f3be6f6426 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1109,17 +1109,20 @@ const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
// one wishes to use Chrome as an ash server.
const char kSilentLaunch[] = "silent-launch";
-// Simulates an update being available.
-const char kSimulateUpgrade[] = "simulate-upgrade";
+// Simulates that elevation is needed to recover upgrade channel.
+const char kSimulateElevatedRecovery[] = "simulate-elevated-recovery";
// Simulates a critical update being available.
const char kSimulateCriticalUpdate[] = "simulate-critical-update";
// Simulates that current version is outdated.
-const char kSimulateOutdated[] = "simulate-outdated";
+const char kSimulateOutdated[] = "simulate-outdated";
// Simulates that current version is outdated and auto-update is off.
-const char kSimulateOutdatedNoAU[] = "simulate-outdated-no-au";
+const char kSimulateOutdatedNoAU[] = "simulate-outdated-no-au";
+
+// Simulates an update being available.
+const char kSimulateUpgrade[] = "simulate-upgrade";
// Specifies the URL where spelling service feedback data will be sent instead
// of the default URL. This switch is for temporary testing only.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698