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

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

Issue 10914158: Revert 155351 - Make DownloadManager::GetAllDownloads return all downloads regardless of state, per… (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/test/download_test_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_download_manager.h
===================================================================
--- content/public/test/mock_download_manager.h (revision 155501)
+++ content/public/test/mock_download_manager.h (working copy)
@@ -27,7 +27,8 @@
MOCK_METHOD0(Shutdown, void());
MOCK_METHOD2(GetTemporaryDownloads, void(const FilePath& dir_path,
DownloadVector* result));
- MOCK_METHOD1(GetAllDownloads, void(DownloadVector* downloads));
+ MOCK_METHOD2(GetAllDownloads, void(const FilePath& dir_path,
+ DownloadVector* result));
MOCK_METHOD2(SearchDownloads, void(const string16& query,
DownloadVector* result));
MOCK_METHOD1(Init, bool(BrowserContext* browser_context));
« no previous file with comments | « content/public/test/download_test_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698