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

Unified Diff: components/omnibox_strings.grdp

Issue 2968143003: Toolbar: Report offline state through icon and verbose text. (Closed)
Patch Set: . Created 3 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
Index: components/omnibox_strings.grdp
diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
index 0c341ee424f8843914ecb8bfc0d29da1027f0773..954cf3f197ce3cb25e1becfa4dc198969383659c 100644
--- a/components/omnibox_strings.grdp
+++ b/components/omnibox_strings.grdp
@@ -32,6 +32,9 @@
<message name="IDS_DANGEROUS_VERBOSE_STATE" desc="Text for the Dangerous Omnibox Verbose State. Displayed when the current page fails the malware check.">
Dangerous
</message>
+ <message name="IDS_OFFLINE_VERBOSE_STATE" desc="Text for the Offline Omnibox Verbose srate. Displayed when the current page is loaded from a previously-downloaded cache.">
cjgrant 2017/07/06 19:19:16 Do the states here have to be documented somewhere
fgorski 2017/07/06 20:01:34 typo: s/srate/state/
cjgrant 2017/07/06 20:13:00 Oops! Nice catch, sorry.
cjgrant 2017/07/06 20:53:58 Done.
+ Offline
+ </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

Powered by Google App Engine
This is Rietveld 408576698