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

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

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.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index c6fee79b2a1fccdfadef5f2f32851a9ccf61a9dd..62a53541d6b8b042abf9958ec6b453b33f68387a 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -46,7 +46,6 @@
#include "sync/api/sync_change.h"
#include "sync/api/syncable_service.h"
-class AppNotificationManager;
class BookmarkExtensionEventRouter;
class ExtensionErrorUI;
class ExtensionFontSettingsEventRouter;
@@ -65,6 +64,7 @@ class ExtensionInputMethodEventRouter;
}
namespace extensions {
+class AppNotificationManager;
class AppSyncData;
class BrowserEventRouter;
class ComponentLoader;
@@ -495,7 +495,7 @@ class ExtensionService
extensions::MenuManager* menu_manager() { return &menu_manager_; }
- AppNotificationManager* app_notification_manager() {
+ extensions::AppNotificationManager* app_notification_manager() {
return app_notification_manager_.get();
}
@@ -788,7 +788,7 @@ class ExtensionService
extensions::MenuManager menu_manager_;
// Keeps track of app notifications.
- scoped_refptr<AppNotificationManager> app_notification_manager_;
+ scoped_refptr<extensions::AppNotificationManager> app_notification_manager_;
// Keeps track of favicon-sized omnibox icons for extensions.
ExtensionIconManager omnibox_icon_manager_;
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_ui_impl.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698