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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 2424223002: Update devtools security panel for HTTP-bad (Closed)
Patch Set: lgarron comments, rejigger 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 047518da92db1a785edb17be4a44833493b1e21c..c7acf6156af93fc167c67e71b3f3759242fa29cc 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -1294,6 +1294,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
</message>
</if>
+ <!-- Strings describing Chrome security policy for DevTools security panel -->
+ <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_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 in future versions of Chrome." translateable="false">
+ The site includes a password or credit card input over HTTP. A warning will appear in the URL bar starting in Chrome 56 (Jan 2017).
lgarron 2016/10/19 20:46:23 ditto3
estark 2016/10/19 21:02:18 Done.
+ </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 results in an omnibox warning." translateable="false">
+ The site includes a password or credit card input over HTTP. A warning has been added the URL bar.
lgarron 2016/10/19 20:46:23 ditto4
estark 2016/10/19 21:02:18 Done.
+ </message>
+
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698