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

Unified Diff: chrome/browser/ui/profile_menu_model.h

Issue 7328005: Multi-Profile: Move multi-profile commands from wrench menu to avatar menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/ui/profile_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/profile_menu_model.h
===================================================================
--- chrome/browser/ui/profile_menu_model.h (revision 91793)
+++ chrome/browser/ui/profile_menu_model.h (working copy)
@@ -29,17 +29,10 @@
virtual void ExecuteCommand(int command_id) OVERRIDE;
private:
- enum {
- COMMAND_CUSTOMIZE_PROFILE,
- COMMAND_CREATE_NEW_PROFILE,
- COMMAND_DELETE_PROFILE,
- };
-
Browser* browser_;
+ scoped_ptr<ui::SimpleMenuModel> switch_profiles_sub_menu_model_;
DISALLOW_COPY_AND_ASSIGN(ProfileMenuModel);
};
#endif // CHROME_BROWSER_UI_PROFILE_MENU_MODEL_H_
-
-
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/ui/profile_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698