summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorjww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 21:22:04 +0000
committerjww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 21:24:11 +0000
commit71cd5ef79d5561fbc1c258c216151ef0cbe201cc (patch)
tree1307794ab575aaad71b02ed146116c420a34a168 /chrome/app
parentebc614b5655481c553e0259fdc3e69e7789df107 (diff)
downloadchromium_src-71cd5ef79d5561fbc1c258c216151ef0cbe201cc.zip
chromium_src-71cd5ef79d5561fbc1c258c216151ef0cbe201cc.tar.gz
chromium_src-71cd5ef79d5561fbc1c258c216151ef0cbe201cc.tar.bz2
Add button to page info to revoke user certificate decisions.
(Re-commit of https://codereview.chromium.org/418133012/) Currently, if a user clicks 'proceed' through an SSL interstitial, their only way to revoke this decision is to restart their browser session. This commit provides an explicit button in the page info to revoke this decision if the user is using the remember certificate error decisions experiment. Since decisions are remembered across browser restarts for these users, it's important to provide them with a mechanism to revoke their decision later. BUG=262615 NOTRY=true TBR=tedchoc@chromium.org,rsesek@chromium.org,jam@chromium.org,pkasting@chromium.org Review URL: https://codereview.chromium.org/473643002 Cr-Commit-Position: refs/heads/master@{#289382} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 209e6f3..8aa5237 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9094,6 +9094,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PAGEINFO_CERT_TRANSPARENCY_INFO_BUTTON" desc="Text of button in the page info that shows Signed Certificate Timestamps.">
Transparency information
</message>
+ <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invalid certificates.">
+ Stop using an invalid certificate
+ </message>
</if>
<if expr="use_titlecase">
<message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of button in the page info that shows the SSL certificate.">
@@ -9102,6 +9105,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PAGEINFO_CERT_TRANSPARENCY_INFO_BUTTON" desc="Text of button in the page info that shows Signed Certificate Timestamps.">
Transparency Information
</message>
+ <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invalid certificates.">
+ Stop using an invalid certificate
+ </message>
</if>
<message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the link pointing to the Help Center. This appears at the bottom of the SSL dialog and 'this' refers to the sections within the bubble.">
What do these mean?
@@ -14521,7 +14527,7 @@ Do you accept?
<!-- Invalid SSL certificate memory strategy strings -->
<message name="IDS_FLAGS_REMEMBER_CERTIFICATE_ERROR_DECISIONS_NAME" desc="Name of the remember certificate error decisions lab">
- Remember certificate error decisions
+ Remember decisions to proceed through SSL errors for a specified length of time.
</message>
<message name="IDS_FLAGS_REMEMBER_CERTIFICATE_ERROR_DECISIONS_DESCRIPTION" desc="Description of the remember certificate error decisions lab">
Remember decisions to proceed through SSL errors for a specified length of time.