| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
|
| index bdd84f790a5d53e2b0c9d783b00dc3ea49bfb2bf..4ead0677d0377491886251befa0aeaa2d7c1d832 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
|
| @@ -18,7 +18,6 @@
|
| #endif
|
|
|
| class TabIconView;
|
| -class WebAppLeftHeaderView;
|
|
|
| class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| public TabIconViewModel,
|
| @@ -37,8 +36,6 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| int GetTopInset(bool restored) const override;
|
| int GetThemeBackgroundXInset() const override;
|
| void UpdateThrobber(bool running) override;
|
| - void UpdateToolbar() override;
|
| - views::View* GetLocationIconView() const override;
|
| views::View* GetProfileSwitcherView() const override;
|
|
|
| // views::NonClientFrameView:
|
| @@ -92,11 +89,6 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| // scheme than browser windows.
|
| bool UsePackagedAppHeaderStyle() const;
|
|
|
| - // Returns true if the header should be painted with a WebApp header style.
|
| - // The WebApp header style has a back button and title along with the usual
|
| - // accoutrements.
|
| - bool UseWebAppHeaderStyle() const;
|
| -
|
| // Layout the incognito button.
|
| void LayoutIncognitoButton();
|
|
|
|
|