diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 81485a0..2d6ec19 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1223,6 +1223,9 @@ const char kSimulateCriticalUpdate[] = "simulate-critical-update"; // Simulates that current version is outdated. const char kSimulateOutdated[] = "simulate-outdated"; +// Simulates that current version is outdated and auto-update is off. +const char kSimulateOutdatedNoAU[] = "simulate-outdated-no-au"; + // Replaces the buffered data source for <audio> and <video> with a simplified // resource loader that downloads the entire resource into memory. |