Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 81485a055d0ef47a14d02a195695d1b2bcdfa910..2d6ec19687d5052f5673c5be59f58057aa3262c0 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. |