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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1435263003: [Android] Show document mode opt-out InfoBar on selected devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, renaming Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 759aaf40ab44fe9d0f543aebd71bd9ebd844d76e..1adb2ef2033719ccbfa235ff7bc7c7a1b4b8b182 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -613,6 +613,9 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_ADD" desc="Used for Add on buttons">
Add
</message>
+ <message name="IDS_SHOW" desc="Used for Show on buttons">
+ Show
+ </message>
<message name="IDS_UNDO_DELETE" desc="Description for a command to undo a delete command.">
Undo Delete
</message>
@@ -13122,6 +13125,13 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
</if>
+ <!-- Document mode opt-out infobar -->
+ <if expr="is_android">
+ <message name="IDS_DOCUMENT_MODE_OPT_OUT_INFOBAR_TEXT" desc="The infobar message suggesting tabbed mode for selected list of devices that doesn't have a convenient tab switcher button">
+ Show a button in the toolbar for quick access to your Chrome tabs.
+ </message>
+ </if>
+
<!-- Media throttle infobar -->
<if expr="is_android">
<message name="IDS_MEDIA_THROTTLE_INFOBAR_TEXT" desc="Text to display on the info bar whenever user wants to playback a video after being throttled.">

Powered by Google App Engine
This is Rietveld 408576698