Chromium Code Reviews| Index: chrome/app/chrome_command_ids.h |
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h |
| index a234725ca23c19d4346e1ccd0fa76ac96a30af7f..bb3a373bc79b0ecc53177062c73181061da63c43 100644 |
| --- a/chrome/app/chrome_command_ids.h |
| +++ b/chrome/app/chrome_command_ids.h |
| @@ -242,6 +242,7 @@ |
| #define IDC_VIEW_MENU 44000 // OSX only |
| #define IDC_FILE_MENU 44001 // OSX only |
| #define IDC_CHROME_MENU 44002 // OSX only |
| +#define IDC_HIDE_APP 44003 // OSX only |
|
tapted
2013/08/30 07:46:25
I don't think this should be _APP, since in the de
jackhou1
2013/09/03 01:20:49
The string is IDS_HIDE_APP_MAC, and I think in mos
tapted
2013/09/03 08:17:25
Cool - that makes sense.
|
| #define IDC_HISTORY_MENU 46000 // OSX only |
| #define IDC_PROFILE_MAIN_MENU 46100 // OSX only |
| #define IDC_INPUT_METHODS_MENU 46300 // Linux only |