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

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

Issue 10830036: Moved the AppNotification system into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 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 a4da7a8c2a9c4f097f3a76dc6fbe8056bced78d7..13bca45f6568a37cc4584d5119d8fe2a99e82372 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -333,7 +333,8 @@ ExtensionService::ExtensionService(Profile* profile,
ready_(false),
toolbar_model_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
menu_manager_(profile),
- app_notification_manager_(new AppNotificationManager(profile)),
+ app_notification_manager_(
+ new extensions::AppNotificationManager(profile)),
apps_promo_(profile->GetPrefs()),
event_routers_initialized_(false),
update_once_all_providers_are_ready_(false),
« no previous file with comments | « chrome/browser/extensions/extension_service.h ('k') | chrome/browser/sync/glue/app_notification_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698