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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/en.lproj/MainMenu.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_resource.h
===================================================================
--- chrome/app/chrome_dll_resource.h (revision 11933)
+++ chrome/app/chrome_dll_resource.h (working copy)
@@ -1,7 +1,10 @@
//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by chrome_dll.rc
//
+// What began as a Microsoft Visual C++ generated include file is now
+// edited by hand. Do not generate!!!
+//
+// Used by chrome_dll.rc, Mac nibs, ...
+//
#define IDR_MAINFRAME 101
@@ -194,3 +197,10 @@
#define _APS_NEXT_SYMED_VALUE 1001
#endif
#endif
+
+// Identifiers for platform-specific items.
+// Placed in a common file to help insure they never collide.
+#define IDC_BOOKMARK_MENU 43000 // OSX only
+#define IDC_BOOKMARK_MENUITEM_BASE 43001 // OSX only
+// Numbers 43002-43998 reserved for menu items
+#define IDC_BOOKMARK_MENUITEM_MAX 43999 // OSX only
« 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