| 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.
|
|
|