Index: chrome/browser/views/frame/browser_view_layout.h |
diff --git a/chrome/browser/views/frame/browser_view_layout.h b/chrome/browser/views/frame/browser_view_layout.h |
index 30f3756bcc64249dccafa5887814c873ca2a7d3e..e0e09756eb40da016d864eade7d458d560f0be47 100644 |
--- a/chrome/browser/views/frame/browser_view_layout.h |
+++ b/chrome/browser/views/frame/browser_view_layout.h |
@@ -58,16 +58,11 @@ class BrowserViewLayout : public views::LayoutManager { |
// Layout the TabContents container, between the coordinates |top| and |
// |bottom|. |
void LayoutTabContents(int top, int bottom); |
- int LayoutExtensionAndDownloadShelves(); |
// Layout the Download Shelf, returns the coordinate of the top of the |
// control, for laying out the previous control. |
int LayoutDownloadShelf(int bottom); |
- // Layout the Extension Shelf, returns the coordinate of the top of the |
- // control, for laying out the previous control. |
- int LayoutExtensionShelf(int bottom); |
- |
// See description above vertical_layout_rect_ for details. |
void set_vertical_layout_rect(const gfx::Rect& bounds) { |
vertical_layout_rect_ = bounds; |
@@ -83,7 +78,6 @@ class BrowserViewLayout : public views::LayoutManager { |
views::View* contents_container_; |
views::View* infobar_container_; |
DownloadShelfView* download_shelf_; |
- ExtensionShelf* extension_shelf_; |
BookmarkBarView* active_bookmark_bar_; |
BrowserView* browser_view_; |