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