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

Unified Diff: chrome/browser/ui/views/avatar_menu_bubble_view.h

Issue 8070021: Update look of profile menu (Views) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 years, 2 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/views/avatar_menu_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/avatar_menu_bubble_view.h
diff --git a/chrome/browser/ui/views/avatar_menu_bubble_view.h b/chrome/browser/ui/views/avatar_menu_bubble_view.h
index 288827ccc0d11198206d5ed7554711af25fccce8..bd209b885f48c95000b938263370574806ae6e24 100644
--- a/chrome/browser/ui/views/avatar_menu_bubble_view.h
+++ b/chrome/browser/ui/views/avatar_menu_bubble_view.h
@@ -13,10 +13,10 @@
#include "views/controls/button/custom_button.h"
#include "views/controls/link.h"
#include "views/controls/link_listener.h"
+#include "views/controls/separator.h"
class AvatarMenuModel;
class Browser;
-class EditProfileButton;
// This bubble view is displayed when the user clicks on the avatar button.
// It displays a list of profiles and allows users to switch between profiles.
@@ -53,8 +53,8 @@ class AvatarMenuBubbleView : public views::View,
views::Link* add_profile_link_;
scoped_ptr<AvatarMenuModel> avatar_menu_model_;
Browser* browser_;
- EditProfileButton* edit_profile_button_;
std::vector<views::CustomButton*> item_views_;
+ views::Separator* separator_;
DISALLOW_COPY_AND_ASSIGN(AvatarMenuBubbleView);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/avatar_menu_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698