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

Side by Side Diff: chrome/app/chrome_dll.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: 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
« no previous file with comments | « no previous file | chrome/app/chrome_dll_resource.h » ('j') | chrome/app/chrome_exe.rc » ('J')
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_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 IDI_THROBBER_16 ICON "theme\vista_frame_throbber_16.i co" 203 IDI_THROBBER_16 ICON "theme\vista_frame_throbber_16.i co"
204 IDI_THROBBER_17 ICON "theme\vista_frame_throbber_17.i co" 204 IDI_THROBBER_17 ICON "theme\vista_frame_throbber_17.i co"
205 IDI_THROBBER_18 ICON "theme\vista_frame_throbber_18.i co" 205 IDI_THROBBER_18 ICON "theme\vista_frame_throbber_18.i co"
206 IDI_THROBBER_19 ICON "theme\vista_frame_throbber_19.i co" 206 IDI_THROBBER_19 ICON "theme\vista_frame_throbber_19.i co"
207 IDI_THROBBER_20 ICON "theme\vista_frame_throbber_20.i co" 207 IDI_THROBBER_20 ICON "theme\vista_frame_throbber_20.i co"
208 IDI_THROBBER_21 ICON "theme\vista_frame_throbber_21.i co" 208 IDI_THROBBER_21 ICON "theme\vista_frame_throbber_21.i co"
209 IDI_THROBBER_22 ICON "theme\vista_frame_throbber_22.i co" 209 IDI_THROBBER_22 ICON "theme\vista_frame_throbber_22.i co"
210 IDI_THROBBER_23 ICON "theme\vista_frame_throbber_23.i co" 210 IDI_THROBBER_23 ICON "theme\vista_frame_throbber_23.i co"
211 IDI_THROBBER_24 ICON "theme\vista_frame_throbber_24.i co" 211 IDI_THROBBER_24 ICON "theme\vista_frame_throbber_24.i co"
212 212
213 // Icon for the App Lancher
214 IDI_APP_LIST ICON "theme\\app_list.ico"
215
216
217 ///////////////////////////////////////////////////////////////////////////// 213 /////////////////////////////////////////////////////////////////////////////
218 // 214 //
219 // Dialog 215 // Dialog
220 // 216 //
221 217
222 IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558 218 IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558
223 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU 219 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU
224 CAPTION "IPC Logging Settings" 220 CAPTION "IPC Logging Settings"
225 FONT 8, "MS Shell Dlg", 400, 0, 0x1 221 FONT 8, "MS Shell Dlg", 400, 0, 0x1
226 BEGIN 222 BEGIN
(...skipping 29 matching lines...) Expand all
256 // 252 //
257 // Generated from the TEXTINCLUDE 3 resource. 253 // Generated from the TEXTINCLUDE 3 resource.
258 // 254 //
259 255
260 256
261 ///////////////////////////////////////////////////////////////////////////// 257 /////////////////////////////////////////////////////////////////////////////
262 #endif // not APSTUDIO_INVOKED 258 #endif // not APSTUDIO_INVOKED
263 259
264 // (temp change to touch this file or incremental builds may break now 260 // (temp change to touch this file or incremental builds may break now
265 // that we removed chrome_dll_version.rc from it) 261 // that we removed chrome_dll_version.rc from it)
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll_resource.h » ('j') | chrome/app/chrome_exe.rc » ('J')

Powered by Google App Engine
This is Rietveld 408576698