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

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

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.cc
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
index 44845e01404d0aa646c3e06942d07c8b36fa60ec..9585ccb4b85a5adfc063553fcb0318147509d5a2 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc
@@ -65,7 +65,7 @@ SkColor BrowserNonClientFrameView::GetToolbarTopSeparatorColor() const {
color_id, browser_view_->IsIncognito());
}
-views::View* BrowserNonClientFrameView::GetProfileSwitcherView() const {
+views::MenuButton* BrowserNonClientFrameView::GetProfileSwitcherButton() const {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698