Index: chrome/browser/chromeos/compact_location_bar_view.cc |
=================================================================== |
--- chrome/browser/chromeos/compact_location_bar_view.cc (revision 43969) |
+++ chrome/browser/chromeos/compact_location_bar_view.cc (working copy) |
@@ -246,14 +246,4 @@ |
return std::wstring(); |
} |
-//////////////////////////////////////////////////////////////////////////////// |
-// BubblePositioner overrides: |
-gfx::Rect CompactLocationBarView::GetLocationStackBounds() const { |
- gfx::Point lower_left(0, height()); |
- ConvertPointToScreen(this, &lower_left); |
- gfx::Rect popup = gfx::Rect(lower_left.x(), lower_left.y(), |
- kAutocompletePopupWidth, 0); |
- return popup.AdjustToFit(GetWidget()->GetWindow()->GetBounds()); |
-} |
- |
} // namespace chromeos |