| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d46aa3eae7d938603d7d380fb81caa0b65f33bda..dbd3b8c6b688645fd7677438cb006c1a25619501 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1114,13 +1114,6 @@ const char kSpellingServiceFeedbackUrl[] = "spelling-service-feedback-url";
|
| const char kSpellingServiceFeedbackIntervalSeconds[] =
|
| "spelling-service-feedback-interval-seconds";
|
|
|
| -// Controls which version of the TLS/SSL interstitial is shown.
|
| -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").
|
| const char kSSLVersionMax[] = "ssl-version-max";
|
|
|