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

Unified Diff: chrome/browser/ui/views/frame/popup_non_client_frame_view.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/popup_non_client_frame_view.cc
diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
index ef29208461843176a627e6729b0361782a78adb9..861605a35dab071f3903418fa7229bcf1fd7c928 100644
--- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
+++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
@@ -43,9 +43,9 @@ gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip(
return gfx::Rect(0, 0, width(), tabstrip->GetPreferredSize().height());
}
-int PopupNonClientFrameView::GetHorizontalTabStripVerticalOffset(
- bool restored) const {
- return 0;
+BrowserNonClientFrameView::TabStripInsets
+PopupNonClientFrameView::GetTabStripInsets(bool restored) const {
+ return TabStripInsets();
}
void PopupNonClientFrameView::UpdateThrobber(bool running) {
« no previous file with comments | « chrome/browser/ui/views/frame/popup_non_client_frame_view.h ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698