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

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

Issue 164547: Mac: make save/open dialogs operate as tab-modal sheets.... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Painfully (but hopefully correctly) merged ToT. Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/nibs/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 // 2 //
3 // What began as a Microsoft Visual C++ generated include file is now 3 // What began as a Microsoft Visual C++ generated include file is now
4 // edited by hand. Do not generate!!! 4 // edited by hand. Do not generate!!!
5 // 5 //
6 // Used by chrome_dll.rc, Mac nibs, ... 6 // Used by chrome_dll.rc, Mac nibs, ...
7 // 7 //
8 8
9 #define IDR_MAINFRAME 101 9 #define IDR_MAINFRAME 101
10 10
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 #endif 208 #endif
209 209
210 // Identifiers for platform-specific items. 210 // Identifiers for platform-specific items.
211 // Placed in a common file to help insure they never collide. 211 // Placed in a common file to help insure they never collide.
212 #define IDC_BOOKMARK_MENU 43000 // OSX only 212 #define IDC_BOOKMARK_MENU 43000 // OSX only
213 #define IDC_VIEW_MENU 44000 // OSX only 213 #define IDC_VIEW_MENU 44000 // OSX only
214 #define IDC_CONTROL_PANEL 45000 // Linux2 only 214 #define IDC_CONTROL_PANEL 45000 // Linux2 only
215 #define IDC_HISTORY_MENU 46000 // OSX only 215 #define IDC_HISTORY_MENU 46000 // OSX only
216 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only 216 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only
217 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only 217 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only
218 #define IDC_EMAIL_PAGE_LOCATION 47000 // OSX only
219 #define IDC_PRINT_PAGE_SETUP 47001 // OSX only
220 #define IDC_PAGE_MENU_BUTTON 48000 // OSX only (for disabling)
221 #define IDC_WRENCH_MENU_BUTTON 48001 // OSX only (for disabling)
222 #define IDC_OPEN_RECENT_MENU_CONTENTS 49000 // OSX only (for disabling)
223 #define IDC_HISTORY_MENU_CONTENTS 49001 // OSX only (for disabling)
224 #define IDC_BOOKMARK_MENU_CONTENTS 49002 // OSX only (for disabling)
225 #define IDC_ENCODING_MENU_CONTENTS 49003 // OSX only (for disabling)
218 226
219 // Extensions menu 227 // Extensions menu
220 // Dynamic items from extensions are filled in between _FIRST and _LAST. If we 228 // Dynamic items from extensions are filled in between _FIRST and _LAST. If we
221 // end up with more than 997 browser actions registered, we have other problems. 229 // end up with more than 997 browser actions registered, we have other problems.
222 #define IDC_SHOW_EXTENSIONS_SUBMENU 47000 230 #define IDC_SHOW_EXTENSIONS_SUBMENU 47000
223 #define IDC_MANAGE_EXTENSIONS 47001 231 #define IDC_MANAGE_EXTENSIONS 47001
224 #define IDC_BROWSER_ACTION_FIRST 47002 232 #define IDC_BROWSER_ACTION_FIRST 47002
225 #define IDC_BROWSER_ACTION_LAST 47999 233 #define IDC_BROWSER_ACTION_LAST 47999
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698