Index: chrome/browser/extensions/extension_system_impl.h |
diff --git a/chrome/browser/extensions/extension_system_impl.h b/chrome/browser/extensions/extension_system_impl.h |
index 9961fceb5fce12f09394abceb18f00c056077284..27ea9b8d3fa17302eec8284757806172901757c6 100644 |
--- a/chrome/browser/extensions/extension_system_impl.h |
+++ b/chrome/browser/extensions/extension_system_impl.h |
@@ -16,7 +16,6 @@ namespace extensions { |
class ContentVerifier; |
class DeclarativeUserScriptMaster; |
class ExtensionSystemSharedFactory; |
-class ExtensionWarningBadgeService; |
class NavigationObserver; |
class SharedUserScriptMaster; |
class StateStoreNotificationObserver; |
@@ -46,7 +45,6 @@ class ExtensionSystemImpl : public ExtensionSystem { |
LazyBackgroundTaskQueue* lazy_background_task_queue() override; // shared |
InfoMap* info_map() override; // shared |
EventRouter* event_router() override; // shared |
- WarningService* warning_service() override; |
Blacklist* blacklist() override; // shared |
ErrorConsole* error_console() override; |
InstallVerifier* install_verifier() override; |
@@ -96,7 +94,6 @@ class ExtensionSystemImpl : public ExtensionSystem { |
InfoMap* info_map(); |
LazyBackgroundTaskQueue* lazy_background_task_queue(); |
EventRouter* event_router(); |
- WarningService* warning_service(); |
ErrorConsole* error_console(); |
InstallVerifier* install_verifier(); |
QuotaService* quota_service(); |
@@ -134,8 +131,6 @@ class ExtensionSystemImpl : public ExtensionSystem { |
scoped_ptr<ManagementPolicy> management_policy_; |
// extension_info_map_ needs to outlive process_manager_. |
scoped_refptr<InfoMap> extension_info_map_; |
- scoped_ptr<WarningService> warning_service_; |
- scoped_ptr<ExtensionWarningBadgeService> extension_warning_badge_service_; |
scoped_ptr<ErrorConsole> error_console_; |
scoped_ptr<InstallVerifier> install_verifier_; |
scoped_ptr<QuotaService> quota_service_; |