Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index ab3f36d4d1db9918db24291c4444be24a0bbd2cc..43e693c46de237a80129549af7f60e3dc01b4ac2 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 |