diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 19:52:46 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 19:52:46 +0000 |
commit | 961a693913f9effd9b7eae0ab3d17dd899306188 (patch) | |
tree | 209b9783167d4f7d453a452b5c017d3d17eb4f3e /chrome/app/chrome_command_ids.h | |
parent | 2e9c23f5c7049beead982ee0834b7e91395debee (diff) | |
download | chromium_src-961a693913f9effd9b7eae0ab3d17dd899306188.zip chromium_src-961a693913f9effd9b7eae0ab3d17dd899306188.tar.gz chromium_src-961a693913f9effd9b7eae0ab3d17dd899306188.tar.bz2 |
[Mac] Add the Profile menu to the main menubar.
This creates a ProfileMenuController that is owned by the AppController. It is
responsible for managing the menu and menu item title.
XIB changes:
* Add a new menu item with no submenu called Profile with tag
IDC_PROFILE_MAIN_MENU.
BUG=86179
TEST=With --multi-profiles, a Profile menu is displayed in the menubar.
Review URL: http://codereview.chromium.org/7331029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index e85d964..53a53f5 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -212,6 +212,7 @@ #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only #define IDC_LANGUAGE_OPTIONS 45200 // ChromeOS only #define IDC_HISTORY_MENU 46000 // OSX only +#define IDC_PROFILE_MAIN_MENU 46100 // OSX only #define IDC_INPUT_METHODS_MENU 46300 // Linux only // Custom context menu entries |