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

Unified Diff: chrome/app/generated_resources.grd

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add Cocoa, Fix MaxViews, Add Flag Created 3 years, 9 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7c9251dceeae397337725e33fbcd9ec91a08a75c..89471893f845e16eedd7609eedbd6ba626fa9dd5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7128,6 +7128,15 @@ I don't think this site should be blocked!
<message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies setting in the Page Information Window.">
Cookies
</message>
+ <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate area in the Page Information Window, shown when a HTTPS site is loaded.">
lgarron 2017/04/05 02:06:25 Could you add these to pageinfo_strings.grdp inste
elawrence 2017/04/06 01:06:10 Done.
+ Certificate
+ </message>
+ <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="Text of the link that launches the Certificate Viewer. This appears in the Page Information Window when a HTTPS site is loaded with a valid certificate.">
+ Valid
+ </message>
+ <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="Text of the link that launches the Certificate Viewer. This appears in the Page Information Window when a HTTPS site is loaded with an invalid certificate, e.g. https://wrong.host.badssl.com/.">
+ Invalid
+ </message>
<message name="IDS_PAGE_INFO_SITE_SETTINGS_LINK" desc="This is the text of the link pointing to Chrome's Site Settings page. This appears at the bottom of the Permissions pane of the Page Information Window.">
Site settings
</message>
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/certificate.png » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698