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

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

Issue 46078: Mac bookmark work. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/nibs/en.lproj/MainMenu.xib » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //{{NO_DEPENDENCIES}} 1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ generated include file. 2 //
3 // Used by chrome_dll.rc 3 // What began as a Microsoft Visual C++ generated include file is now
4 // edited by hand. Do not generate!!!
5 //
6 // Used by chrome_dll.rc, Mac nibs, ...
4 // 7 //
5 8
6 #define IDR_MAINFRAME 101 9 #define IDR_MAINFRAME 101
7 10
8 #define IDR_SAD_PLUGIN 1000 11 #define IDR_SAD_PLUGIN 1000
9 12
10 // Values around 1600 are used by installer/setup/build/ 13 // Values around 1600 are used by installer/setup/build/
11 14
12 #define IDD_IPC_SETTINGS 3000 15 #define IDD_IPC_SETTINGS 3000
13 16
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 // 190 //
188 #ifdef APSTUDIO_INVOKED 191 #ifdef APSTUDIO_INVOKED
189 #ifndef APSTUDIO_READONLY_SYMBOLS 192 #ifndef APSTUDIO_READONLY_SYMBOLS
190 #define _APS_NO_MFC 1 193 #define _APS_NO_MFC 1
191 #define _APS_NEXT_RESOURCE_VALUE 3001 194 #define _APS_NEXT_RESOURCE_VALUE 3001
192 #define _APS_NEXT_COMMAND_VALUE 42000 195 #define _APS_NEXT_COMMAND_VALUE 42000
193 #define _APS_NEXT_CONTROL_VALUE 4017 196 #define _APS_NEXT_CONTROL_VALUE 4017
194 #define _APS_NEXT_SYMED_VALUE 1001 197 #define _APS_NEXT_SYMED_VALUE 1001
195 #endif 198 #endif
196 #endif 199 #endif
200
201 // Identifiers for platform-specific items.
202 // Placed in a common file to help insure they never collide.
203 #define IDC_BOOKMARK_MENU 43000 // OSX only
204 #define IDC_BOOKMARK_MENUITEM_BASE 43001 // OSX only
205 // Numbers 43002-43998 reserved for menu items
206 #define IDC_BOOKMARK_MENUITEM_MAX 43999 // OSX only
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/en.lproj/MainMenu.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698