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 40198026d66e4d46c9142fe0834f07d052cb35a2..8b4d96d8cf61774457a3192d53f1e26a9ff82900 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout.h |
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h |
@@ -53,7 +53,6 @@ class BrowserViewLayout : public views::LayoutManager { |
TabStrip* tab_strip, |
views::View* toolbar, |
InfoBarContainerView* infobar_container, |
- views::View* contents_split, |
ContentsContainer* contents_container, |
ImmersiveModeController* immersive_mode_controller); |
@@ -105,10 +104,10 @@ class BrowserViewLayout : public views::LayoutManager { |
int LayoutBookmarkBar(int top); |
int LayoutInfoBar(int top); |
- // Layout the |contents_split_| view between the coordinates |top| and |
+ // Layout the |contents_container_| view between the coordinates |top| and |
// |bottom|. See browser_view.h for details of the relationship between |
- // |contents_split_| and other views. |
- void LayoutContentsSplitView(int top, int bottom); |
+ // |contents_container_| and other views. |
+ void LayoutContentsContainerView(int top, int bottom); |
// Updates |top_container_|'s bounds. The new bounds depend on the size of |
// the bookmark bar and the toolbar. |
@@ -148,7 +147,6 @@ class BrowserViewLayout : public views::LayoutManager { |
views::View* toolbar_; |
BookmarkBarView* bookmark_bar_; |
InfoBarContainerView* infobar_container_; |
- views::View* contents_split_; |
ContentsContainer* contents_container_; |
views::View* download_shelf_; |