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 ba9ff9323e62a77e34270df6d19d271eaf2da1d6..63efd7052245ba419a7de3bfa267567b6d5a979e 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 |
@@ -115,8 +115,9 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView, |
// accoutrements. |
bool UseWebAppHeaderStyle() const; |
- // Layout the incognito icon. |
+ // Layout the avatar button. |
void LayoutAvatar(); |
+ void LayoutNewStyleAvatar(); |
// Returns true if there is anything to paint. Some fullscreen windows do not |
// need their frames painted. |