| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 22246)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -272,10 +272,6 @@
|
|
|
| void Browser::CreateBrowserWindow() {
|
| DCHECK(!window_);
|
| -
|
| - if (SupportsWindowFeature(FEATURE_EXTENSIONSHELF))
|
| - extension_shelf_model_.reset(new ExtensionShelfModel(this));
|
| -
|
| window_ = BrowserWindow::CreateBrowserWindow(this);
|
|
|
| // Show the First Run information bubble if we've been told to.
|
|
|