| 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 4ead0677d0377491886251befa0aeaa2d7c1d832..2eff861619a4bc79c5f791bb001fda1e3409f33a 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
|
| @@ -79,11 +79,6 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| // strip.
|
| int GetTabStripRightInset() const;
|
|
|
| - // Returns true if we should use a super short header with light bars instead
|
| - // of regular tabs. This header is used in immersive fullscreen when the
|
| - // top-of-window views are not revealed.
|
| - bool UseImmersiveLightbarHeaderStyle() const;
|
| -
|
| // Returns true if the header should be painted so that it looks the same as
|
| // the header used for packaged apps. Packaged apps use a different color
|
| // scheme than browser windows.
|
| @@ -99,10 +94,6 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| // need their frames painted.
|
| bool ShouldPaint() const;
|
|
|
| - // Paints the header background when the frame is in immersive fullscreen and
|
| - // tab light bar is visible.
|
| - void PaintImmersiveLightbarStyleHeader(gfx::Canvas* canvas);
|
| -
|
| void PaintToolbarBackground(gfx::Canvas* canvas);
|
|
|
| // Draws the line under the header for windows without a toolbar and not using
|
|
|