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

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc

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.cc
diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
index 4911142cda2103bfffa16c1f0167ec7677fcc513..b63c634a54b5ffe030047caddc821e6f6c784a43 100644
--- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
+++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
@@ -234,9 +234,9 @@ gfx::Rect AppNonClientFrameViewAura::GetBoundsForTabStrip(
return gfx::Rect();
}
-int AppNonClientFrameViewAura::GetHorizontalTabStripVerticalOffset(
- bool restored) const {
- return 0;
+BrowserNonClientFrameView::TabStripInsets
+AppNonClientFrameViewAura::GetTabStripInsets(bool restored) const {
+ return TabStripInsets();
}
void AppNonClientFrameViewAura::UpdateThrobber(bool running) {

Powered by Google App Engine
This is Rietveld 408576698