| 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 daaedd68b38f589255d77deadbafc5de86afe67e..0209dc70a178cc95c6c33ec5ac5d9eea8965efc7 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
|
| @@ -98,6 +98,9 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
|
| // the packaged app header style.
|
| void PaintContentEdge(gfx::Canvas* canvas);
|
|
|
| + // Returns the height for the header (non-client frame area).
|
| + int GetHeaderHeight() const;
|
| +
|
| // TODO(sky): Figure out how to support WebAppLeftHeaderView.
|
|
|
| // For popups, the window icon.
|
|
|