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

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

Issue 10912183: Remove DownloadManager::GetDownloadItem in favor of GetDownload() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
« no previous file with comments | « content/public/browser/download_manager.h ('k') | content/public/test/download_test_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 02299cc476d5866ebcc458ad966976ba3d5fa305..3582cc2743975d2f63b5536eb8cd8d892c0ad00b 100644
--- a/content/public/test/download_test_observer.h
+++ b/content/public/test/download_test_observer.h
@@ -89,7 +89,8 @@ class DownloadTestObserver : public DownloadManager::Observer,
virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
// DownloadManager::Observer
- virtual void ModelChanged(DownloadManager* manager) OVERRIDE;
+ virtual void OnDownloadCreated(
+ DownloadManager* manager, DownloadItem* item) OVERRIDE;
size_t NumDangerousDownloadsSeen() const;
« no previous file with comments | « content/public/browser/download_manager.h ('k') | content/public/test/download_test_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698