| 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 7fc8ec93150c1389d1258246e725bc519d4cc60f..d0ef326cc1587b3a4575232da594a0b76f870407 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
|
| @@ -74,7 +74,7 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
|
|
| protected:
|
| // BrowserNonClientFrameView:
|
| - void UpdateAvatar() override;
|
| + void UpdateProfileIcons() override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest, WindowHeader);
|
| @@ -84,6 +84,8 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
| ImmersiveFullscreen);
|
| FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest,
|
| ToggleMaximizeModeRelayout);
|
| + FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest,
|
| + AvatarDisplayOnTeleportedWindow);
|
| FRIEND_TEST_ALL_PREFIXES(WebAppLeftHeaderViewTest, BackButton);
|
| FRIEND_TEST_ALL_PREFIXES(WebAppLeftHeaderViewTest, LocationIcon);
|
| friend class BrowserHeaderPainterAsh;
|
| @@ -114,8 +116,7 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
| // accoutrements.
|
| bool UseWebAppHeaderStyle() const;
|
|
|
| - // Layout the avatar button.
|
| - void LayoutAvatar();
|
| + void LayoutProfileIndicatorIcon();
|
|
|
| // Returns true if there is anything to paint. Some fullscreen windows do not
|
| // need their frames painted.
|
|
|