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

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: Rebased 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 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").
« 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