| 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 8b0b39efac0e64636bcdb05c6d0474977b9992c3..9a6ce209b930fc09fbef49c895485f86aa171c81 100644
|
| --- a/chrome/browser/extensions/extension_system_impl.h
|
| +++ b/chrome/browser/extensions/extension_system_impl.h
|
| @@ -19,7 +19,6 @@ class ExtensionSystemSharedFactory;
|
| class ExtensionWarningBadgeService;
|
| class NavigationObserver;
|
| class SharedUserScriptMaster;
|
| -class StandardManagementPolicyProvider;
|
| class StateStoreNotificationObserver;
|
|
|
| // The ExtensionSystem for ProfileImpl and OffTheRecordProfileImpl.
|
| @@ -132,9 +131,6 @@ class ExtensionSystemImpl : public ExtensionSystem {
|
| // API is used by an extension to request content scripts.
|
| ScopedVector<DeclarativeUserScriptMaster> declarative_user_script_masters_;
|
| scoped_ptr<Blacklist> blacklist_;
|
| - // StandardManagementPolicyProvider depends on Blacklist.
|
| - scoped_ptr<StandardManagementPolicyProvider>
|
| - standard_management_policy_provider_;
|
| scoped_ptr<RuntimeData> runtime_data_;
|
| // ExtensionService depends on StateStore, Blacklist and RuntimeData.
|
| scoped_ptr<ExtensionService> extension_service_;
|
|
|