Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 762ea47507779a76c3ca82a817f4bbf054c05f16..344ac04ada1e933f6fe976a73aeb5ae6aecbe68e 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1213,6 +1213,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. |