Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 9314437e299c018a3142fbc5be4a1182fc93014f..ac37104671a51b97255e0ed840ec460b000dd4fe 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -311,9 +311,11 @@ extern const char kSimulateOutdated[]; |
extern const char kSimulateOutdatedNoAU[]; |
extern const char kSpellingServiceFeedbackUrl[]; |
extern const char kSpellingServiceFeedbackIntervalSeconds[]; |
-extern const char kSSLInterstitialVersionV1[]; |
-extern const char kSSLInterstitialVersionV2Gray[]; |
-extern const char kSSLInterstitialVersionV2Colorful[]; |
+extern const char kSSLInterstitialV1[]; |
+extern const char kSSLInterstitialV2[]; |
+extern const char kSSLInterstitialV1WithV2Text[]; |
+extern const char kSSLInterstitialV2Yellow[]; |
+extern const char kSSLInterstitialV2Guard[]; |
extern const char kSSLVersionMax[]; |
extern const char kSSLVersionMin[]; |
extern const char kStartMaximized[]; |