| Index: chrome/browser/ui/views/frame/browser_frame.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_frame.h (revision 155826)
|
| +++ chrome/browser/ui/views/frame/browser_frame.h (working copy)
|
| @@ -76,6 +76,11 @@
|
| virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
|
| virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
|
|
|
| + // Returns true if we should leave any offset at the frame caption. Typically
|
| + // when the frame is maximized/full screen we want to leave no offset at the
|
| + // top.
|
| + bool ShouldLeaveOffsetNearTopBorder();
|
| +
|
| AvatarMenuButton* GetAvatarMenuButton();
|
|
|
| private:
|
|
|