| Index: chrome/browser/browser.cc
|
| diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
|
| index 3f54397f69fbc13f81f38cf6c1c5de5326f7dd03..ea5d89e1794768192e0568c9ea60c2b382a273f9 100644
|
| --- a/chrome/browser/browser.cc
|
| +++ b/chrome/browser/browser.cc
|
| @@ -272,6 +272,10 @@ Browser* Browser::CreateForApp(const std::wstring& app_name,
|
|
|
| void Browser::CreateBrowserWindow() {
|
| DCHECK(!window_);
|
| +
|
| + // TODO(erikkay) only if feature is supported?
|
| + extension_shelf_model_.reset(new ExtensionShelfModel(this));
|
| +
|
| window_ = BrowserWindow::CreateBrowserWindow(this);
|
|
|
| // Show the First Run information bubble if we've been told to.
|
|
|