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

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: comments Created 8 years, 6 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 676bdb12bcbc4f514f804ba6ef523c8a291dfd72..d528395c35ebd0f38406886538a0c6207dee1b1f 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;
@@ -201,6 +202,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