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

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

Issue 1004803002: [Win] Cleanup: The BrowserFrameView doesn't need to listen to profile name changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/glass_browser_frame_view.cc
diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
index 7d70388a45b90d0b5394dab7aa52a54f832d51a8..5868fa9c0d25672995d490a59291b6dd9cce9c78 100644
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
@@ -300,8 +300,8 @@ void GlassBrowserFrameView::ButtonPressed(views::Button* sender,
}
// BrowserNonClientFrameView:
-void GlassBrowserFrameView::UpdateNewStyleAvatar() {
- UpdateNewStyleAvatarInfo(this, NewAvatarButton::NATIVE_BUTTON);
+void GlassBrowserFrameView::UpdateNewAvatarButtonImpl() {
+ UpdateNewAvatarButton(this, NewAvatarButton::NATIVE_BUTTON);
}
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « chrome/browser/ui/views/frame/glass_browser_frame_view.h ('k') | chrome/browser/ui/views/frame/opaque_browser_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698