Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index 72a84ce3a9d8985274c0a5ce3c84e979787e033a..f8f1202975ecb284da418c1043d36d02dfc749cf 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -1078,10 +1078,6 @@ WebContents* LocationBarView::GetWebContents() const { |
return delegate_->GetWebContents(); |
} |
-gfx::Rect LocationBarView::GetOmniboxBounds() const { |
- return bounds(); |
-} |
- |
int LocationBarView::GetHorizontalEdgeThickness() const { |
// In maximized popup mode, there isn't any edge. |
return (is_popup_mode_ && browser_ && browser_->window() && |