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

Unified Diff: chrome/common/chrome_switches.cc

Issue 341653006: Add experimental versions of the SSL interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes for dbeam Created 6 years, 6 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
« chrome/browser/ssl/ssl_blocking_page.cc ('K') | « 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 91edcf0e79ea37e447a6c0932a29e19d5e581d41..7c1d7c211d6f0cd264a7051cd5a3789ebf7986d7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1141,9 +1141,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").
« chrome/browser/ssl/ssl_blocking_page.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698