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

Unified Diff: chrome/installer/util/prebuild/create_string_rc.py

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delaying some cleanup tasks for next CL. Created 8 years, 2 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/installer/util/prebuild/create_string_rc.py
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
index 4d04b333eae2b0f2a0a2c65530813c466694ffbc..d2eb914a7e993ad9b87b6b074902ff6d0c6bbce4 100755
--- a/chrome/installer/util/prebuild/create_string_rc.py
+++ b/chrome/installer/util/prebuild/create_string_rc.py
@@ -75,6 +75,8 @@ kStringIds = [
'IDS_OEM_MAIN_SHORTCUT_NAME',
'IDS_SHORTCUT_TOOLTIP',
'IDS_SHORTCUT_NEW_WINDOW',
+ 'IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION',
+ 'IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP',
]
# The ID of the first resource string.

Powered by Google App Engine
This is Rietveld 408576698