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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2424223002: Update devtools security panel for HTTP-bad (Closed)
Patch Set: Created 4 years, 2 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ce3ce3c822f9dc7ea9eabf0cc35690c5a2d3a9e4..869fadaad88cb53fa4557650cd5d3c05f2909973 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14801,6 +14801,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</if>
<!-- Strings describing Chrome security policy for DevTools security panel -->
+ <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a security problem where the site collects private user data on an insecure page." translateable="false">
+ Private User Data Input
+ </message>
+ <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure page, which will result in an omnibox warning starting in Chrome 56." translateable="false">
+ The site includes a password or credit card input over HTTP, so a warning will be added to the URL bar in Chrome 56 (Jan 2017).
lgarron 2016/10/18 23:49:55 If we want to mention the browser, we need to use
+ </message>
<message name="IDS_MAJOR_SHA1" desc="Summary phrase for a security problem where the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain." translateable="false">
SHA-1 Certificate
</message>

Powered by Google App Engine
This is Rietveld 408576698