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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment Created 8 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/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index be2e6d1826d26c05d40c9766a0e1edf7df000012..806f834792a68098240f234d5759eeb978db39dd 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -581,6 +581,12 @@ Google Chrome is unable to recover your settings.
Chrome Captive Portal detector
</message>
</if>
+ <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the flag to show the Chrome app list shortcut in the taskbar.">
+ Show Chrome Apps Launcher.
+ </message>
+ <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Description for the flag to show the Chrome app list shortcut in the taskbar.">
+ Show a shortcut to the Chrome Apps Launcher in the Windows TaskBar.
+ </message>
<!-- Obsolete System info bar -->
<message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This messages is followed by a 'Learn more' link.">
@@ -839,6 +845,11 @@ For Google Chrome, processes used to display diagnostics information (such as th
Show the Chrome menu
</message>
</if>
+
+ <!-- App list -->
+ <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it.">
+ Chrome Apps Launcher
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698