diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-21 13:44:20 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-21 13:44:20 +0000 |
commit | dafce9391001ffc084ac922e293e3a69bcdb0032 (patch) | |
tree | 7660e539c1813c599605f1e119fda6c4d4871010 /chrome/common/chrome_switches.h | |
parent | 556672b0a511b4ae9a132dc5cb0d0b808f846d71 (diff) | |
download | chromium_src-dafce9391001ffc084ac922e293e3a69bcdb0032.zip chromium_src-dafce9391001ffc084ac922e293e3a69bcdb0032.tar.gz chromium_src-dafce9391001ffc084ac922e293e3a69bcdb0032.tar.bz2 |
Add experimental versions of the SSL interstitial
This adds a few experimental versions of the new SSL interstitial:
1. The old layout (V1)
2. The new layout (V2)
3. The new layout, with a yellow background
4. The new layout, with a crossing guard image
5. The old layout with the new layout's text
Binary images in: https://codereview.chromium.org/340173002
BUG=386033
Review URL: https://codereview.chromium.org/341653006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index c81f91f..59583f5 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -315,9 +315,11 @@ extern const char kSimulateOutdated[]; extern const char kSimulateOutdatedNoAU[]; extern const char kSpellingServiceFeedbackUrl[]; extern const char kSpellingServiceFeedbackIntervalSeconds[]; -extern const char kSSLInterstitialVersionV1[]; -extern const char kSSLInterstitialVersionV2Gray[]; -extern const char kSSLInterstitialVersionV2Colorful[]; +extern const char kSSLInterstitialV1[]; +extern const char kSSLInterstitialV2[]; +extern const char kSSLInterstitialV1WithV2Text[]; +extern const char kSSLInterstitialV2Yellow[]; +extern const char kSSLInterstitialV2Guard[]; extern const char kSSLVersionMax[]; extern const char kSSLVersionMin[]; extern const char kStartMaximized[]; |