Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: chrome/common/chrome_switches.cc

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698