diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 10:03:09 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 10:03:09 +0000 |
commit | 9f3809b09055f98e420d5528cdb4c4868ff8c504 (patch) | |
tree | fcbec676eb9ac1e7e3eb00346aebd02d6ede8c51 /chrome/browser/ssl | |
parent | 70a0e5aa8575b76a60ecd01344f21be25c3d844f (diff) | |
download | chromium_src-9f3809b09055f98e420d5528cdb4c4868ff8c504.zip chromium_src-9f3809b09055f98e420d5528cdb4c4868ff8c504.tar.gz chromium_src-9f3809b09055f98e420d5528cdb4c4868ff8c504.tar.bz2 |
This adds 3 more experimental conditions for controlled experiments on security interstitials. These are the 3 with images that were missing previously.
The images themselves are in Issue 17279009 so that I could dcommit the binary files but send the code changes through the CQ.
BUG=224070
TBR=abarth@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17416003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ssl')
-rw-r--r-- | chrome/browser/ssl/ssl_blocking_page.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ssl/ssl_blocking_page.cc b/chrome/browser/ssl/ssl_blocking_page.cc index 625dab8..5b45b35 100644 --- a/chrome/browser/ssl/ssl_blocking_page.cc +++ b/chrome/browser/ssl/ssl_blocking_page.cc @@ -158,6 +158,9 @@ const char kCondition15Control[] = "Condition15SSLControl"; const char kCondition16Firefox[] = "Condition16SSLFirefox"; const char kCondition17FancyFirefox[] = "Condition17SSLFancyFirefox"; const char kCondition18NoImages[] = "Condition18SSLNoImages"; +const char kCondition19Policeman[] = "Condition19SSLPoliceman"; +const char kCondition20Stoplight[] = "Condition20SSLStoplight"; +const char kCondition21Badguy[] = "Condition21SSLBadguy"; } // namespace |