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

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

Issue 10915180: Make DownloadHistory observe manager, items (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
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..f850b9d7913ba5e18b05999f1d00e2f71e18d8f3 100644
--- a/content/public/test/download_test_observer.h
+++ b/content/public/test/download_test_observer.h
@@ -58,6 +58,8 @@ class DownloadTestObserver : public DownloadManager::Observer,
virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
// DownloadManager::Observer
+ virtual void OnDownloadCreated(
+ DownloadManager* manager, DownloadItem* download) OVERRIDE;
virtual void ModelChanged(DownloadManager* manager) OVERRIDE;
size_t NumDangerousDownloadsSeen() const;

Powered by Google App Engine
This is Rietveld 408576698