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

Unified Diff: extensions/browser/extension_system.h

Issue 1129063011: Extract LazyBackgroundTaskQueue from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased from master Created 5 years, 7 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
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/browser/guest_view/app_view/app_view_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index ec4c71687d1aede01a400d32099bccdea0ef5937..600ac3a8fbc7607d96b845f31b48592d91429149 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -34,7 +34,6 @@ class EventRouter;
class Extension;
class ExtensionSet;
class InfoMap;
-class LazyBackgroundTaskQueue;
class ManagementPolicy;
class OneShotEvent;
class QuotaService;
@@ -83,9 +82,6 @@ class ExtensionSystem : public KeyedService {
// Returns the IO-thread-accessible extension data.
virtual InfoMap* info_map() = 0;
- // The LazyBackgroundTaskQueue is created at startup.
- virtual LazyBackgroundTaskQueue* lazy_background_task_queue() = 0;
-
// The EventRouter is created at startup.
virtual EventRouter* event_router() = 0;
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/browser/guest_view/app_view/app_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698