Index: chrome/browser/extensions/extension_service.cc |
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc |
index 301bcd7aaf8d9893766c9a227cae7e90f8255488..d7a700fb7ea50487dfbf573a24b5de2ee985d5ef 100644 |
--- a/chrome/browser/extensions/extension_service.cc |
+++ b/chrome/browser/extensions/extension_service.cc |
@@ -361,8 +361,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. |