| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| index 029aec3437b62e5dec23d046131358f7ffc98997..296504d56c18c98408ca6906da4148364fc6f095 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -134,6 +134,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| // there was one).
|
| gfx::Rect IconBounds() const;
|
|
|
| + // Returns true if the view should draw its own custom title bar.
|
| + bool ShouldShowWindowTitleBar() const;
|
| +
|
| // Paint various sub-components of this view. The *FrameBorder() functions
|
| // also paint the background of the titlebar area, since the top frame border
|
| // and titlebar background are a contiguous component.
|
|
|