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

Unified Diff: content/public/test/download_test_observer.h

Issue 10665049: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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: content/public/test/download_test_observer.h
diff --git a/content/public/test/download_test_observer.h b/content/public/test/download_test_observer.h
index 8df29882e721d00190c21ea4411ac1582457f614..ab38112b47c3db62cb1baeb704532fbdcb4a8a6b 100644
--- a/content/public/test/download_test_observer.h
+++ b/content/public/test/download_test_observer.h
@@ -57,8 +57,10 @@ class DownloadTestObserver : public DownloadManager::Observer,
virtual void OnDownloadUpdated(DownloadItem* download) OVERRIDE;
virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
- // DownloadManager::Observer
- virtual void ModelChanged(DownloadManager* manager) OVERRIDE;
+ // content::DownloadManager::Observer
+ virtual void OnDownloadCreated(content::DownloadManager* manager,
+ content::DownloadItem* item) OVERRIDE;
+ virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE;
size_t NumDangerousDownloadsSeen() const;

Powered by Google App Engine
This is Rietveld 408576698