Index: chrome/browser/views/frame/browser_frame_gtk.cc |
=================================================================== |
--- chrome/browser/views/frame/browser_frame_gtk.cc (revision 25624) |
+++ chrome/browser/views/frame/browser_frame_gtk.cc (working copy) |
@@ -43,7 +43,6 @@ |
} |
void BrowserFrameGtk::TabStripCreated(TabStripWrapper* tabstrip) { |
- root_view_->set_tabstrip(tabstrip); |
} |
int BrowserFrameGtk::GetMinimizeButtonOffset() const { |
@@ -79,6 +78,6 @@ |
} |
views::RootView* BrowserFrameGtk::CreateRootView() { |
- root_view_ = new BrowserRootView(this); |
+ root_view_ = new BrowserRootView(browser_view_, this); |
return root_view_; |
} |