Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7144)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 12013004: alternate ntp: unpinned bookmark bar in ntp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/detachable_toolbar_view.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/ui/views/detachable_toolbar_view.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698