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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api.h

Issue 10735089: DownloadManager::Observer::OnDownloadCreated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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/api/downloads/downloads_api.h
diff --git a/chrome/browser/extensions/api/downloads/downloads_api.h b/chrome/browser/extensions/api/downloads/downloads_api.h
index c4c35d0dba27bdb7f68ede549387d2a70dddf1b9..920a545533990b4352019fc92b070be3ac30ff2d 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api.h
+++ b/chrome/browser/extensions/api/downloads/downloads_api.h
@@ -219,7 +219,8 @@ class ExtensionDownloadsEventRouter : public content::DownloadManager::Observer,
Profile* profile, content::DownloadManager* manager);
virtual ~ExtensionDownloadsEventRouter();
- virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE;
+ virtual void OnDownloadCreated(content::DownloadManager* manager,
+ content::DownloadItem* download_item) OVERRIDE;
virtual void ManagerGoingDown(content::DownloadManager* manager) OVERRIDE;
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698