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

Side by Side Diff: chrome/app/chrome_dll_resource.h

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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
6 #define IDR_CHROMEFRAME 200 6 #define IDR_CHROMEFRAME 200
7 7
8 #define IDI_THROBBER_01 102 8 #define IDI_THROBBER_01 102
9 #define IDI_THROBBER_02 103 9 #define IDI_THROBBER_02 103
10 #define IDI_THROBBER_03 104 10 #define IDI_THROBBER_03 104
(...skipping 12 matching lines...) Expand all
23 #define IDI_THROBBER_16 117 23 #define IDI_THROBBER_16 117
24 #define IDI_THROBBER_17 118 24 #define IDI_THROBBER_17 118
25 #define IDI_THROBBER_18 119 25 #define IDI_THROBBER_18 119
26 #define IDI_THROBBER_19 120 26 #define IDI_THROBBER_19 120
27 #define IDI_THROBBER_20 121 27 #define IDI_THROBBER_20 121
28 #define IDI_THROBBER_21 122 28 #define IDI_THROBBER_21 122
29 #define IDI_THROBBER_22 123 29 #define IDI_THROBBER_22 123
30 #define IDI_THROBBER_23 124 30 #define IDI_THROBBER_23 124
31 #define IDI_THROBBER_24 125 31 #define IDI_THROBBER_24 125
32 #define IDR_SXS 126 32 #define IDR_SXS 126
33 #define IDI_APP_LIST 127
34 33
35 // Values around 1600 are used by installer/setup/build/ 34 // Values around 1600 are used by installer/setup/build/
36 35
37 #define IDD_IPC_SETTINGS 3000 36 #define IDD_IPC_SETTINGS 3000
38 37
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | chrome/app/chrome_exe.rc » ('J')

Powered by Google App Engine
This is Rietveld 408576698