| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index c6fd20a93620df96f3eeceead9b1d4c231cfd06b..e08e7c8fc71adbf1d44c9a9e2e03ba48cc14731c 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -357,8 +357,7 @@ ExtensionService::ExtensionService(Profile* profile,
|
| wipeout_is_active_(false),
|
| wipeout_count_(0u),
|
| app_sync_bundle_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| - extension_sync_bundle_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| - app_shortcut_manager_(profile) {
|
| + extension_sync_bundle_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| // Figure out if extension installation should be enabled.
|
|
|