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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 23005021: Replicate standard menus for apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests Created 7 years, 4 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
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index b95a2564df906dab857a3e71ebd92c8a86ca4c34..cda11e76c7b83a6a3842148f368a44eb5a442266 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -69,6 +69,10 @@
#define IDC_WIN8_DESKTOP_RESTART 34042
#define IDC_WIN8_METRO_RESTART 34043
#define IDC_TOGGLE_ASH_DESKTOP 34044
+#define IDC_WINDOW_MENU 34045
+#define IDC_MINIMIZE 34046
tapted 2013/08/29 06:06:19 maybe IDC_MINIMIZE_WINDOW, to match IDC_CLOSE_WIND
jackhou1 2013/08/29 06:30:03 Done.
+#define IDC_MAXIMIZE 34047
+#define IDC_ALL_WINDOWS_FRONT 34048
// Page-related commands
#define IDC_BOOKMARK_PAGE 35000
@@ -236,6 +240,8 @@
// Identifiers for platform-specific items.
// Placed in a common file to help insure they never collide.
#define IDC_VIEW_MENU 44000 // OSX only
+#define IDC_FILE_MENU 44001 // OSX only
+#define IDC_CHROME_MENU 44002 // OSX only
#define IDC_HISTORY_MENU 46000 // OSX only
#define IDC_PROFILE_MAIN_MENU 46100 // OSX only
#define IDC_INPUT_METHODS_MENU 46300 // Linux only
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698