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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.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/frame/browser_view.cc ('k') | chrome/browser/ui/views/frame/browser_view_layout.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_layout.h
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
index 35e2eb4f043a602929214814f7c52eb0c7335d84..f4d26ed993f5fe2c8b1a0edb1fef1b2bd8277e72 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.h
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h
@@ -72,14 +72,9 @@ class BrowserViewLayout : public views::LayoutManager {
// of the bottom of the control, for laying out the next control.
virtual int LayoutToolbar(int top);
virtual int LayoutBookmarkAndInfoBars(int top);
- int LayoutBookmarkBarAtTop(int top);
+ int LayoutBookmarkBar(int top);
int LayoutInfoBar(int top);
- // If search mode is |MODE_NTP|, bookmark bar is detached and should be
- // floating at bottom of content view in the y-direction, so lay it out as
- // such.
- void LayoutBookmarkBarAtBottom();
-
// Layout the WebContents container, between the coordinates |top| and
// |bottom|.
void LayoutTabContents(int top, int bottom);
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/frame/browser_view_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698