Chromium Code Reviews| Index: components/omnibox_strings.grdp |
| diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp |
| index 8e9c7d2b403cbb679c9e7c5e18cca38941d81362..012cafe1d2cdf7ac669f18b46a4d5aa0f834e3ca 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."> |
|
Peter Kasting
2016/07/19 21:17:21
Nit: These sorts of descriptions aren't very helpf
Kevin Bailey
2016/08/12 18:49:15
Done.
|
| + 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 |