| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 1d5e9e30814c68163160bd4ce3f62240884cf29d..dda3aa3d5a3d1f1b95695122c3085ade2260991f 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>
|
|
|
| + <!-- Tabbed mode opt-in infobar -->
|
| + <if expr="is_android">
|
| + <message name="IDS_TABBED_MODE_OPT_IN_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.">
|
|
|