Index: chrome/browser/views/frame/browser_view.cc |
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc |
index 6a8df4a3b4ea31443ff03c95ae20314fc581a60e..1baccf4a08bfc43f3c9c24702a49053b848fa3d7 100644 |
--- a/chrome/browser/views/frame/browser_view.cc |
+++ b/chrome/browser/views/frame/browser_view.cc |
@@ -555,12 +555,6 @@ gfx::Rect BrowserView::GetClientAreaBounds() const { |
return container_bounds; |
} |
-bool BrowserView::ShouldFindBarBlendWithBookmarksBar() const { |
- if (bookmark_bar_view_.get()) |
- return bookmark_bar_view_->IsAlwaysShown(); |
- return false; |
-} |
- |
gfx::Rect BrowserView::GetFindBarBoundingBox() const { |
return GetBrowserViewLayout()->GetFindBarBoundingBox(); |
} |