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

Unified Diff: extensions/browser/extension_system.h

Issue 698623002: Split WarningService from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index c10697e57a5156e4b11081596427bda0c891ed34..07e1225b3bcada6b6be19dd35836e2524a4183d6 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -41,12 +41,10 @@ class InstallVerifier;
class LazyBackgroundTaskQueue;
class ManagementPolicy;
class OneShotEvent;
-class ProcessManager;
class QuotaService;
class RuntimeData;
class SharedUserScriptMaster;
class StateStore;
-class WarningService;
// ExtensionSystem manages the lifetime of many of the services used by the
// extensions and apps system, and it handles startup and shutdown as needed.
@@ -95,9 +93,6 @@ class ExtensionSystem : public KeyedService {
// The EventRouter is created at startup.
virtual EventRouter* event_router() = 0;
- // The WarningService is created at startup.
- virtual WarningService* warning_service() = 0;
-
// The blacklist is created at startup.
virtual Blacklist* blacklist() = 0;

Powered by Google App Engine
This is Rietveld 408576698