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

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 | « no previous file | chrome/browser/ui/profile_menu_model.cc » ('j') | chrome/browser/ui/profile_menu_model.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/profile_menu_model.h
diff --git a/chrome/browser/ui/profile_menu_model.h b/chrome/browser/ui/profile_menu_model.h
index 9e2ae580f6d9ab318c352aba7a61477dcdf1b87a..5666bee42285bbfab6163e4336ba41da3e673499 100644
--- a/chrome/browser/ui/profile_menu_model.h
+++ b/chrome/browser/ui/profile_menu_model.h
@@ -31,15 +31,13 @@ class ProfileMenuModel : public ui::SimpleMenuModel,
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 | « no previous file | chrome/browser/ui/profile_menu_model.cc » ('j') | chrome/browser/ui/profile_menu_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698