Index: chrome/browser/views/frame/popup_non_client_frame_view.cc |
=================================================================== |
--- chrome/browser/views/frame/popup_non_client_frame_view.cc (revision 56452) |
+++ chrome/browser/views/frame/popup_non_client_frame_view.cc (working copy) |
@@ -50,5 +50,10 @@ |
return gfx::Rect(0, 0, width(), tabstrip->GetPreferredHeight()); |
} |
+int PopupNonClientFrameView::GetHorizontalTabStripVerticalOffset( |
+ bool restored) const { |
+ return 0; |
+} |
+ |
void PopupNonClientFrameView::UpdateThrobber(bool running) { |
} |