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

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

Issue 2001383002: MacViewsBrowser: Fix broken compile - renamed method after r395397 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h
index 561240cf00b01cb678bfeaf43f9b02aaa643eaf5..a1f79c2d894e96d6127903c14e65b107f4470525 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h
@@ -39,7 +39,7 @@ class BrowserNonClientFrameViewMac : public BrowserNonClientFrameView {
void OnPaint(gfx::Canvas* canvas) override;
// BrowserNonClientFrameView:
- void UpdateAvatar() override;
+ void UpdateProfileIcons() override;
private:
void PaintThemedFrame(gfx::Canvas* canvas);
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698