Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 1fd159c1d74e64f08b5c7bdc36fd043f2e102e67..5b50ad938e4efaad7ac05f39efa70d978239a0d5 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -246,6 +246,10 @@ class BrowserView : public BrowserWindow, |
} |
#endif |
+ BookmarkBarView* bookmark_bar() const { |
+ return bookmark_bar_view_.get(); |
+ } |
+ |
// Overridden from BrowserWindow: |
virtual void Show() OVERRIDE; |
virtual void ShowInactive() OVERRIDE; |
@@ -591,9 +595,6 @@ class BrowserView : public BrowserWindow, |
// an existing showing one to the front. |
void ActivateAppModalDialog() const; |
- // If search mode is |MODE_NTP| and bookmark bar is visible, stack it at top. |
- void MaybeStackBookmarkBarAtTop(); |
- |
// Last focused view that issued a tab traversal. |
int last_focused_view_storage_id_; |