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

Unified Diff: chrome/browser/download/download_extension_api.h

Issue 8804018: Delay DownloadManager creation by adding a callback queue to DownloadService (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: comments Created 9 years 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 | « no previous file | chrome/browser/download/download_extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_extension_api.h
diff --git a/chrome/browser/download/download_extension_api.h b/chrome/browser/download/download_extension_api.h
index b97cf4159b0d3710f790e297cfd01a26e058cd5e..57e1e678529ac19d2a07f3dfc6e930b6937e50fb 100644
--- a/chrome/browser/download/download_extension_api.h
+++ b/chrome/browser/download/download_extension_api.h
@@ -262,6 +262,7 @@ class ExtensionDownloadsEventRouter : public DownloadManager::Observer {
virtual void ManagerGoingDown() OVERRIDE;
private:
+ void Init(DownloadManager* manager);
void DispatchEvent(const char* event_name, base::Value* json_arg);
typedef base::hash_map<int, DownloadItem*> ItemMap;
typedef std::set<int> DownloadIdSet;
« no previous file with comments | « no previous file | chrome/browser/download/download_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698