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

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.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/app_non_client_frame_view_aura.h
diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
index adc4cbd595308724e02ec0ca98299c2a0727d9ec..d515049ba28ed738008fd5dc52ac6062b7452761 100644
--- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
+++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
@@ -42,8 +42,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView,
// BrowserNonClientFrameView:
virtual gfx::Rect GetBoundsForTabStrip(
views::View* tabstrip) const OVERRIDE;
- virtual int GetHorizontalTabStripVerticalOffset(
- bool restored) const OVERRIDE;
+ virtual TabStripInsets GetTabStripInsets(bool restored) const OVERRIDE;
virtual void UpdateThrobber(bool running) OVERRIDE;
// View:

Powered by Google App Engine
This is Rietveld 408576698