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

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

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: chrome/browser/extensions/extension_system.h
diff --git a/chrome/browser/extensions/extension_system.h b/chrome/browser/extensions/extension_system.h
index 2ae71ccd528587444ed252ee1623fcd089963646..756703ecf4947c89b09a9f4168296247cb8ba172 100644
--- a/chrome/browser/extensions/extension_system.h
+++ b/chrome/browser/extensions/extension_system.h
@@ -14,6 +14,7 @@
#include "chrome/common/extensions/extension_constants.h"
class ExtensionDevToolsManager;
+class ExtensionDownloadsEventRouter;
class ExtensionEventRouter;
class ExtensionInfoMap;
class ExtensionMessageService;
@@ -190,6 +191,7 @@ class ExtensionSystemImpl : public ExtensionSystem {
// access to the ResourceContext owned by |io_data_|.
scoped_ptr<ExtensionProcessManager> extension_process_manager_;
scoped_ptr<extensions::AlarmManager> alarm_manager_;
+ scoped_ptr<ExtensionDownloadsEventRouter> downloads_event_router_;
DISALLOW_COPY_AND_ASSIGN(ExtensionSystemImpl);
};

Powered by Google App Engine
This is Rietveld 408576698