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

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

Issue 500043003: Add PolicyProvider to ExtensionManagement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-1
Patch Set: rebase, format correction Created 6 years, 3 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_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_;

Powered by Google App Engine
This is Rietveld 408576698