Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6969)

Unified Diff: chrome/browser/ui/views/frame/browser_frame.h

Issue 10919223: Ensure that the tabstrip is drawn at the top of the caption in Windows 8 metro mode if we are launc… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698