Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 7577556a0b3e3a97ca013d70cf3a88c938e8c25c..9149ce1121e7b8344f341910d285805f9362d33d 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -414,11 +414,15 @@ const Experiment::Choice kExtensionContentVerificationChoices[] = { |
const Experiment::Choice kSSLInterstitialVersions[] = { |
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" }, |
{ IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V1, |
- switches::kSSLInterstitialVersionV1, "" }, |
+ switches::kSSLInterstitialV1, "" }, |
{ IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V2_GRAY, |
- switches::kSSLInterstitialVersionV2Gray, "" }, |
+ switches::kSSLInterstitialV2, "" }, |
{ IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V2_COLORFUL, |
- switches::kSSLInterstitialVersionV2Colorful, "" }, |
+ switches::kSSLInterstitialV2Yellow, "" }, |
+ { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_GUARD, |
+ switches::kSSLInterstitialV2Guard, "" }, |
+ { IDS_FLAGS_SSL_INTERSTITIAL_VERSION_V1_V2, |
+ switches::kSSLInterstitialV1WithV2Text, "" }, |
}; |
// Using independent flags (instead of flag=value flags) to be able to |