diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 16:21:36 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 16:21:36 +0000 |
commit | f8a0cb584078998db374e3df2e0f4290377b0be6 (patch) | |
tree | 3c32b4283e37d37d07dd9dc6737efa4e7e4d7ec3 /chrome/browser/app_menu_model.h | |
parent | 5db3af57ca8994249f0ba0efbb60ac103f7f0934 (diff) | |
download | chromium_src-f8a0cb584078998db374e3df2e0f4290377b0be6.zip chromium_src-f8a0cb584078998db374e3df2e0f4290377b0be6.tar.gz chromium_src-f8a0cb584078998db374e3df2e0f4290377b0be6.tar.bz2 |
Factor tab context menu into a shared model and fix mac and win to use it. Improve a couple of model unit tests. Remove unused members in the models.
BUG=28977
TEST=context menus on tabs should work and enable/disable properly
Review URL: http://codereview.chromium.org/500030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/app_menu_model.h')
-rw-r--r-- | chrome/browser/app_menu_model.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/app_menu_model.h b/chrome/browser/app_menu_model.h index 086d613..d298a86 100644 --- a/chrome/browser/app_menu_model.h +++ b/chrome/browser/app_menu_model.h @@ -28,8 +28,6 @@ class AppMenuModel : public menus::SimpleMenuModel, private: void Build(); - // The top-level model. - scoped_ptr<menus::SimpleMenuModel> model_; // Contents of the profiles menu to populate with profile names. scoped_ptr<menus::SimpleMenuModel> profiles_menu_contents_; |