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

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

Issue 10827102: Delete dead AppsPromo code (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 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 82d37014b97c8e420044ff4dcc3e0ccdc83388b5..d6b0d9656d1d7385d2b846bdede06a2bd146e0bb 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -38,7 +38,6 @@
#include "chrome/browser/extensions/api/web_navigation/web_navigation_api.h"
#include "chrome/browser/extensions/app_notification_manager.h"
#include "chrome/browser/extensions/app_sync_data.h"
-#include "chrome/browser/extensions/apps_promo.h"
#include "chrome/browser/extensions/browser_event_router.h"
#include "chrome/browser/extensions/component_loader.h"
#include "chrome/browser/extensions/crx_installer.h"
@@ -337,7 +336,6 @@ ExtensionService::ExtensionService(Profile* profile,
menu_manager_(profile),
app_notification_manager_(
new extensions::AppNotificationManager(profile)),
- apps_promo_(profile->GetPrefs()),
event_routers_initialized_(false),
update_once_all_providers_are_ready_(false),
app_sync_bundle_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
« no previous file with comments | « chrome/browser/extensions/extension_service.h ('k') | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698