Index: chrome/browser/views/dropdown_bar_host.cc |
=================================================================== |
--- chrome/browser/views/dropdown_bar_host.cc (revision 56738) |
+++ chrome/browser/views/dropdown_bar_host.cc (working copy) |
@@ -174,13 +174,6 @@ |
} |
} |
-void DropdownBarHost::GetThemePosition(gfx::Rect* bounds) { |
- *bounds = GetDialogPosition(gfx::Rect()); |
- gfx::Rect toolbar_bounds = browser_view_->GetToolbarBounds(); |
- gfx::Rect tab_strip_bounds = browser_view_->GetTabStripBounds(); |
- bounds->Offset(-toolbar_bounds.x(), -tab_strip_bounds.y()); |
-} |
- |
//////////////////////////////////////////////////////////////////////////////// |
// DropdownBarHost protected: |