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

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

Issue 1608843002: Start untangling the avatar switcher from BrowserNonClientFrameView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160119-MacViewsBrowser-Compile
Patch Set: rename, enum class Created 4 years, 11 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 a7cc7645360d48fea99f8d780caabaaf88bbf0df..55576b8ac1f0a6b36466e29fb8269a253bd48fcf 100644
--- a/chrome/browser/ui/views/frame/browser_frame.h
+++ b/chrome/browser/ui/views/frame/browser_frame.h
@@ -17,7 +17,6 @@ class AvatarMenuButton;
class BrowserRootView;
class BrowserView;
class NativeBrowserFrame;
-class NewAvatarButton;
class NonClientFrameView;
class SystemMenuModelBuilder;
@@ -117,7 +116,7 @@ class BrowserFrame
AvatarMenuButton* GetAvatarMenuButton();
#if defined(FRAME_AVATAR_BUTTON)
- NewAvatarButton* GetNewAvatarMenuButton();
+ views::View* GetNewAvatarMenuButton();
#endif
// Returns the menu model. BrowserFrame owns the returned model.
« no previous file with comments | « chrome/browser/ui/views/frame/avatar_button_manager.cc ('k') | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698