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

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

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a callback with DetermineDownloadTarget(). 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: content/public/test/mock_download_item.h
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
index 3e4b4aa5ffa76dcbdf7b377a19792d0e51167790..fc61e34b439b7d270ffa0e9ac729a95eda34dd5c 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -55,7 +55,6 @@ class MockDownloadItem : public content::DownloadItem {
MOCK_METHOD3(OnTargetPathDetermined, void(const FilePath&,
TargetDisposition,
content::DownloadDangerType));
- MOCK_METHOD1(OnTargetPathSelected, void(const FilePath&));
MOCK_METHOD1(OnContentCheckCompleted, void(content::DownloadDangerType));
MOCK_METHOD2(OnIntermediatePathDetermined, void(DownloadFileManager*,
const FilePath&));

Powered by Google App Engine
This is Rietveld 408576698