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

Unified Diff: content/browser/download/mock_download_item_impl.h

Issue 2453633006: [downloads] Move platform specific code out of DownloadTargetDeterminer. (Closed)
Patch Set: . Created 3 years, 9 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/browser/download/mock_download_item_impl.h
diff --git a/content/browser/download/mock_download_item_impl.h b/content/browser/download/mock_download_item_impl.h
index f7aa52e2596881fc0df6ebd632f7391a2fbf8ebe..f0bedb0a6d94ad1e7dec1113ce80720e47ba2655 100644
--- a/content/browser/download/mock_download_item_impl.h
+++ b/content/browser/download/mock_download_item_impl.h
@@ -26,11 +26,12 @@ class MockDownloadItemImpl : public DownloadItemImpl {
const DownloadItem::ReceivedSlices& received_slices);
~MockDownloadItemImpl() override;
- MOCK_METHOD4(OnDownloadTargetDetermined,
+ MOCK_METHOD5(OnDownloadTargetDetermined,
void(const base::FilePath&,
TargetDisposition,
DownloadDangerType,
- const base::FilePath&));
+ const base::FilePath&,
+ DownloadInterruptReason));
MOCK_METHOD1(AddObserver, void(DownloadItem::Observer*));
MOCK_METHOD1(RemoveObserver, void(DownloadItem::Observer*));
MOCK_METHOD0(UpdateObservers, void());
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/public/browser/download_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698