| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 041a0666df89c397566f37f1de6da3fcca2ed50d..23162f5bd3d37949065c3cbbbdaca6c923343c31 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1137,9 +1137,11 @@ const char kSpellingServiceFeedbackIntervalSeconds[] =
|
| "spelling-service-feedback-interval-seconds";
|
|
|
| // Controls which version of the TLS/SSL interstitial is shown.
|
| -const char kSSLInterstitialVersionV1[] = "ssl-interstitial-v1";
|
| -const char kSSLInterstitialVersionV2Gray[] = "ssl-interstitial-v2-gray";
|
| -const char kSSLInterstitialVersionV2Colorful[] = "ssl-interstitial-v2-colorful";
|
| +const char kSSLInterstitialV1[] = "ssl-interstitial-v1";
|
| +const char kSSLInterstitialV2[] = "ssl-interstitial-v2";
|
| +const char kSSLInterstitialV1WithV2Text[] = "ssl-interstitial-v1-v2-text";
|
| +const char kSSLInterstitialV2Yellow[] = "ssl-interstitial-v2-yellow";
|
| +const char kSSLInterstitialV2Guard[] = "ssl-interstitial-v2-guard";
|
|
|
| // Specifies the maximum SSL/TLS version ("ssl3", "tls1", "tls1.1", or
|
| // "tls1.2").
|
|
|