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

Unified Diff: components/omnibox_strings.grdp

Issue 2152823004: [Material][Mac] Animation for Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up Created 4 years, 5 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/toolbar/toolbar_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox_strings.grdp
diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
index 8e9c7d2b403cbb679c9e7c5e18cca38941d81362..835a8b1f14741b5c12f2a407e7344c0d9435ac8e 100644
--- a/components/omnibox_strings.grdp
+++ b/components/omnibox_strings.grdp
@@ -13,6 +13,15 @@
<message name="IDS_SECURE_CONNECTION_EV" desc="Short text shown in the location bar when the connection is secure with an EV cert.">
<ph name="ORGANIZATION">$1<ex>Paypal Inc.</ex></ph> [<ph name="COUNTRY">$2<ex>US</ex></ph>]
</message>
+ <message name="IDS_SECURE_VERBOSE_HTTPS" desc="Text for the HTTPS Omnibox Secure Verbose State.">
+ Secure
+ </message>
+ <message name="IDS_SECURE_VERBOSE_HTTP" desc="Text for the HTTPS Omnibox Secure Verbose State.">
+ Not Secure
+ </message>
+ <message name="IDS_SECURE_VERBOSE_DANGEROUS" desc="Text for the Malware, Social Engineering and UwS Omnibox Secure Verbose States.">
+ Dangerous
+ </message>
<if expr="is_ios">
<message name="IDS_OMNIBOX_EMPTY_HINT" desc="The text displayed in the omnibox when it is empty.">
Search or type URL
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/toolbar/toolbar_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698