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

Side by Side Diff: chrome/app/chrome_exe.rc

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: Moar 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 unified diff | Download patch
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "chrome_exe_resource.h" 3 #include "chrome_exe_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 26 matching lines...) Expand all
37 // (following the ordering described above). 37 // (following the ordering described above).
38 #if defined(GOOGLE_CHROME_BUILD) 38 #if defined(GOOGLE_CHROME_BUILD)
39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" 39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico " 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico "
41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico " 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico "
42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico " 42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico "
43 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico" 43 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico"
44 #else 44 #else
45 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" 45 IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
46 #endif 46 #endif
47 // Icon for the App Lancher. Named with a leading X to keep the name
48 // alphabetically after IDR_SXS.
grt (UTC plus 2) 2012/11/05 19:02:51 consider noting in the comment that the index of t
benwells 2012/11/06 01:15:03 Done.
49 IDR_X_APP_LIST ICON "theme\\app_list.ico"
47 50
48 #endif // English (U.S.) resources 51 #endif // English (U.S.) resources
49 ///////////////////////////////////////////////////////////////////////////// 52 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698