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

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

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 | « chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h ('k') | no next file » | 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.mm
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm
index a556d22c35d43c272ea33ae174af891aaac2f4b1..848a2d538b3d68d7963332b2341736e7f65932df 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.mm
@@ -122,7 +122,7 @@ void BrowserNonClientFrameViewMac::OnPaint(gfx::Canvas* canvas) {
}
// BrowserNonClientFrameView:
-void BrowserNonClientFrameViewMac::UpdateAvatar() {
+void BrowserNonClientFrameViewMac::UpdateProfileIcons() {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698