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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/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
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 91a802d580a7bd73375d2044340a7dda5f1af58b..30e5355f51cf8d74839ca0716f8e44c64c58c2a7 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -215,6 +215,14 @@
#define IDC_HISTORY_MENU 46000 // OSX only
#define IDC_HISTORY_MENU_VISITED 46100 // OSX only
#define IDC_HISTORY_MENU_CLOSED 46200 // OSX only
+#define IDC_EMAIL_PAGE_LOCATION 47000 // OSX only
+#define IDC_PRINT_PAGE_SETUP 47001 // OSX only
+#define IDC_PAGE_MENU_BUTTON 48000 // OSX only (for disabling)
+#define IDC_WRENCH_MENU_BUTTON 48001 // OSX only (for disabling)
+#define IDC_OPEN_RECENT_MENU_CONTENTS 49000 // OSX only (for disabling)
+#define IDC_HISTORY_MENU_CONTENTS 49001 // OSX only (for disabling)
+#define IDC_BOOKMARK_MENU_CONTENTS 49002 // OSX only (for disabling)
+#define IDC_ENCODING_MENU_CONTENTS 49003 // OSX only (for disabling)
// Extensions menu
// Dynamic items from extensions are filled in between _FIRST and _LAST. If we
« 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