Commit d7d445a8 authored by ben@chromium.org's avatar ben@chromium.org

Clean up contents creation in BrowserView

TBR=brettw
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20007 0039d316-1c4b-4281-b951-d872f2087c98
parent 40fd10a2
......@@ -1435,15 +1435,13 @@ void BrowserView::Init() {
AddChildView(infobar_container_);
contents_container_ = new TabContentsContainer;
set_contents_view(contents_container_);
devtools_container_ = new TabContentsContainer;
contents_split_ = new views::SingleSplitView(
contents_container_,
devtools_container_,
views::SingleSplitView::VERTICAL_SPLIT);
AddChildView(contents_split_);
set_contents_view(contents_split_);
status_bubble_.reset(new StatusBubbleViews(GetWidget()));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment