diff options
author | palmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 01:28:00 +0000 |
---|---|---|
committer | palmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 01:28:00 +0000 |
commit | 20b4be8a69b6bd89ae99b38e0c884577f60f6583 (patch) | |
tree | 30415442361ca48c880c1eefa8bbe03e8efd6da3 /chrome/browser/resources/ssl_roadblock.html | |
parent | eb319f3373c207fc3b145954527ee098f6c8568e (diff) | |
download | chromium_src-20b4be8a69b6bd89ae99b38e0c884577f60f6583.zip chromium_src-20b4be8a69b6bd89ae99b38e0c884577f60f6583.tar.gz chromium_src-20b4be8a69b6bd89ae99b38e0c884577f60f6583.tar.bz2 |
Remove the wording that suggests it is possible to proceed after fatal SSL error.
But in cases where the error is not fatal and is overridable, add a string
saying you should not proceed. Now, all the messages that say "You should
not proceed..." use the same wording. This makes our message more clear.
Fix a "gcl lint" problem (DCHECK --> DCHECK_LT) while I'm here.
BUG=106254
TEST=compiles
Review URL: http://codereview.chromium.org/8856010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ssl_roadblock.html')
-rw-r--r-- | chrome/browser/resources/ssl_roadblock.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ssl_roadblock.html b/chrome/browser/resources/ssl_roadblock.html index b202701..4a93aa2 100644 --- a/chrome/browser/resources/ssl_roadblock.html +++ b/chrome/browser/resources/ssl_roadblock.html @@ -107,6 +107,7 @@ document.addEventListener('DOMContentLoaded', setDirectionSensitiveImages); <div class="icon"><img src="ssl_roadblock_icon.png" alt="SSL Error Icon" onmousedown="return false;"></div> <div class="title" i18n-content="headLine"></div> <div class="main" i18n-values=".innerHTML:description"></div> + <div class="main" i18n-values=".innerHTML:shouldNotProceed"></div> <div class="main"> <form class="submission"> <input type="button" i18n-values="value:proceed" name="proceed" class="proceedbutton" onClick="sendCommand(1);"> |