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

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

Issue 895803003: [Profiles] Remove the NotificationService from the ProfileInfoCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up views code Created 5 years, 10 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_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
index 44ea3582564cf38d0e164483851eb914db547dc1..d8a4a7d8a7918bfb0ed5ce44ac6641db270a523c 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
@@ -46,6 +46,7 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
void UpdateThrobber(bool running) override;
void UpdateToolbar() override;
views::View* GetLocationIconView() const override;
+ void UpdateNewStyleAvatar() override;
// views::NonClientFrameView:
gfx::Rect GetBoundsForClientView() const override;

Powered by Google App Engine
This is Rietveld 408576698