| Index: chrome/browser/ui/views/frame/browser_frame.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h
|
| index 8ff0448713475ec35ca767d8ea859461b57a6683..8229b6b7f9767079a954431bdbc591e765a6f7f4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.h
|
| @@ -55,6 +55,9 @@ class BrowserFrame
|
| // left edge of the window. Used in our Non-Client View's Layout.
|
| int GetMinimizeButtonOffset() const;
|
|
|
| + // Returns the height of the minimize button.
|
| + int GetMinimizeButtonHeight() const;
|
| +
|
| // Retrieves the bounds, in non-client view coordinates for the specified
|
| // TabStrip view.
|
| gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const;
|
|
|