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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view.h

Issue 2832823002: Update avatar button to MD (Closed)
Patch Set: Rebased on CL 2833363002 Created 3 years, 8 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
Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
index 7e1dca0cc6372f9cd339681824573fd33c92fbaf..61635dc8f70a7d0e128b085282d04d365f8465fe 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
@@ -7,6 +7,7 @@
#include "chrome/browser/profiles/profile_attributes_storage.h"
#include "chrome/browser/ui/views/profiles/profile_indicator_icon.h"
+#include "ui/views/controls/button/menu_button.h"
Peter Kasting 2017/04/26 02:09:53 Nit: Forward-declare rather than #include
emx 2017/04/27 16:30:58 Done.
#include "ui/views/window/non_client_view.h"
class BrowserFrame;
@@ -55,7 +56,7 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
virtual void UpdateThrobber(bool running) = 0;
// Returns the profile switcher button, if this frame has any.
- virtual views::View* GetProfileSwitcherView() const;
+ virtual views::MenuButton* GetProfileSwitcherButton() const;
// Provided for mus. Updates the client-area of the WindowTreeHostMus.
virtual void UpdateClientArea();

Powered by Google App Engine
This is Rietveld 408576698