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

Unified Diff: extensions/shell/browser/shell_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/extensions.gypi ('k') | extensions/shell/browser/shell_extension_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_extension_system.h
diff --git a/extensions/shell/browser/shell_extension_system.h b/extensions/shell/browser/shell_extension_system.h
index 93898c4e302bd4bed4f22e48d9226edcd3e26cd8..d4db30cba6c8ddd90fd7d0da6ebdd778f79c1c1b 100644
--- a/extensions/shell/browser/shell_extension_system.h
+++ b/extensions/shell/browser/shell_extension_system.h
@@ -26,7 +26,6 @@ namespace extensions {
class DeclarativeUserScriptManager;
class EventRouter;
class InfoMap;
-class LazyBackgroundTaskQueue;
class ProcessManager;
class RendererStartupHelper;
class SharedUserScriptMaster;
@@ -60,7 +59,6 @@ class ShellExtensionSystem : public ExtensionSystem {
StateStore* state_store() override;
StateStore* rules_store() override;
InfoMap* info_map() override;
- LazyBackgroundTaskQueue* lazy_background_task_queue() override;
EventRouter* event_router() override;
QuotaService* quota_service() override;
void RegisterExtensionWithRequestContexts(
@@ -80,7 +78,6 @@ class ShellExtensionSystem : public ExtensionSystem {
scoped_refptr<InfoMap> info_map_;
scoped_ptr<RuntimeData> runtime_data_;
- scoped_ptr<LazyBackgroundTaskQueue> lazy_background_task_queue_;
scoped_ptr<EventRouter> event_router_;
scoped_ptr<QuotaService> quota_service_;
« no previous file with comments | « extensions/extensions.gypi ('k') | extensions/shell/browser/shell_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698