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

Unified Diff: components/security_state_strings.grdp

Issue 2542533004: Override DevTools security summary when a Safe Browsing warning shows. (Closed)
Patch Set: Redefine event parameter (optional instead of nullable) for Closure Compiler Created 4 years 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: components/security_state_strings.grdp
diff --git a/components/security_state_strings.grdp b/components/security_state_strings.grdp
index 7901d142a04a566d6b0d248bfc2d19e5810ed465..65612d8b8cdecf16efad2abc9214c47f74a47a1d 100644
--- a/components/security_state_strings.grdp
+++ b/components/security_state_strings.grdp
@@ -4,6 +4,9 @@
<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_SAFEBROWSING_WARNING" desc="Summary phrase for a security problem where the site is deemed unsafe by the SafeBrowsing service." translateable="false">
+ This page is dangerous, according to Google Safe Browsing.
estark 2016/12/07 01:00:09 Can you please check this string with emilyschecht
+ </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