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

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

Issue 2832823002: Update avatar button to MD (Closed)
Patch Set: Fix for --force-device-scale-factor, vector icon, review comments 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_frame.h
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h
index 4ea5b40394647f48d0934bcff7a7640f83427531..713bc138387a24093dc5f0a959a154b306727d63 100644
--- a/chrome/browser/ui/views/frame/browser_frame.h
+++ b/chrome/browser/ui/views/frame/browser_frame.h
@@ -34,6 +34,7 @@ class MenuModel;
}
namespace views {
+class MenuButton;
class MenuRunner;
class View;
}
@@ -115,7 +116,7 @@ class BrowserFrame
const gfx::Point& p,
ui::MenuSourceType source_type) override;
- views::View* GetNewAvatarMenuButton();
+ views::MenuButton* GetNewAvatarMenuButton();
// Returns the menu model. BrowserFrame owns the returned model.
// Note that in multi user mode this will upon each call create a new model.

Powered by Google App Engine
This is Rietveld 408576698