Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: chrome/browser/extensions/extension_service.cc

Issue 12378037: Move apps_shortcut_manager into src/apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hmmmm Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698