| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 39c804780cfa94312dbb8e02afea46880357a661..a2fa03f7738181b45b26e6af4796b1dc7d0c6b66 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1212,6 +1212,12 @@ const char kSilentLaunch[] = "silent-launch";
|
| // Simulates an update being available.
|
| const char kSimulateUpgrade[] = "simulate-upgrade";
|
|
|
| +// Simulates a critical update being available.
|
| +const char kSimulateCriticalUpdate[] = "simulate-critical-update";
|
| +
|
| +// Simulates that current version is outdated.
|
| +const char kSimulateOutdated[] = "simulate-outdated";
|
| +
|
| // Replaces the buffered data source for <audio> and <video> with a simplified
|
| // resource loader that downloads the entire resource into memory.
|
|
|
|
|