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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 1802473002: Add deprecation warning banner to App Launcher on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20170310-MacViews-ViewsUnittests
Patch Set: self nits Created 4 years, 9 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: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 6698f055b45a2a08f028674300acab9b1e38f70c..118e81ddc91202690ff5709942819c548bab1225 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -879,6 +879,14 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
Remove From Chrome...
</message>
</if>
+ <if expr="not chromeos">
+ <message name="IDS_APP_LIST_MESSAGE_TITLE" desc="Title given to the message displayed in the app launcher to say it is going away">
+ The Chrome App Launcher is going away
+ </message>
+ <message name="IDS_APP_LIST_MESSAGE_TEXT" desc="The message body text displayed in the app launcher to say it is going away">
+ Use the <ph name="APPS_ICON_IMAGE">$1<ex>[inline-image] Apps</ex></ph> shortcut in the Chrome bookmarks bar to continue accessing your apps.
Matt Giuca 2016/03/22 03:28:06 Ditto.
tapted 2016/03/22 04:58:14 Done.
+ </message>
+ </if>
</if>
<!-- App shortcuts -->

Powered by Google App Engine
This is Rietveld 408576698