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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

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: show infobar also on native pages and fixed showing conditions 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 3b70c45d1dad93f020def2ba731cb7e6c7a8de64..9f927f791279d0d7ce6ab3df1e516bb28fcca6f6 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -164,6 +164,9 @@ CHAR-LIMIT guidelines:
<message name="IDS_NEXT" desc="Generic label for a button to advance to the next item. [CHAR-LIMIT=20]">
Next
</message>
+ <message name="IDS_SHOW" desc="Generic label to say show for a feature. [CHAR-LIMIT=32]">
+ Show
+ </message>
<!-- Main Preferences -->
<message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
@@ -1523,6 +1526,9 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_TABS_AND_APPS_OPT_IN_CONFIRMATION" desc="The confirmation message shown when the user opts in to have apps and tabs together in recents">
Tabs will live together with recent apps.
</message>
+ <message name="IDS_TABBED_MODE_OPT_IN_INFOBAR" 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>
<!-- Autofill/Wallet integration prompt -->
<message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input field containing the user's credit card CVC (card verification code).">

Powered by Google App Engine
This is Rietveld 408576698