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

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

Issue 10821002: Makes the min window size include the OTR image and caption buttons on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 5 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
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 37627dc7e57c302636aa0c8c35cf2ee1fb5d470a..74c02e6313f4ede1e2222831b4cae012ebbe37dc 100644
--- a/chrome/browser/ui/views/frame/browser_frame.h
+++ b/chrome/browser/ui/views/frame/browser_frame.h
@@ -8,10 +8,10 @@
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "build/build_config.h"
+#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
#include "ui/views/widget/widget.h"
class AvatarMenuButton;
-class BrowserNonClientFrameView;
class BrowserRootView;
class BrowserView;
class NativeBrowserFrame;
@@ -52,7 +52,8 @@ class BrowserFrame : public views::Widget {
// Returns the y coordinate within the window at which the horizontal TabStrip
// begins (or would begin). If |force_restored| is true, this is calculated
// as if we were in restored mode regardless of the current mode.
- int GetHorizontalTabStripVerticalOffset(bool force_restored) const;
+ BrowserNonClientFrameView::TabStripInsets GetTabStripInsets(
+ bool force_restored) const;
// Tells the frame to update the throbber.
void UpdateThrobber(bool running);
« no previous file with comments | « chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc ('k') | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698