Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c2bf004fde94b098356c5ccc27205eeb2793408f..da0df823035ffc142ba579bd4f9f67d4ea1d0e6e 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1216,6 +1216,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. |