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

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

Issue 2439533002: Download Feedback Service should upload all eligible downloads (Closed)
Patch Set: make try bots happy Created 4 years, 1 month 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 6f9f2e2767ab6d9bfa63af0be36306799e7e2fd3..286176d8a4c2a19ea8df423b536072f35aed15bf 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -38,7 +38,7 @@ class MockDownloadItem : public DownloadItem {
MOCK_METHOD0(UpdateObservers, void());
MOCK_METHOD0(ValidateDangerousDownload, void());
- MOCK_METHOD1(StealDangerousDownload, void(const AcquireFileCallback&));
+ MOCK_METHOD2(StealDangerousDownload, void(bool, const AcquireFileCallback&));
MOCK_METHOD0(Pause, void());
MOCK_METHOD0(Resume, void());
MOCK_METHOD1(Cancel, void(bool));

Powered by Google App Engine
This is Rietveld 408576698