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

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

Issue 16994004: Remove DownloadItem::Is*() in favor of DI::GetState() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@di-getstate-2
Patch Set: Created 7 years, 6 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 6e29cda3c35ea74a42e803ee4bbc85cc06337e70..ffd412d2a858a9f9ebbccfe81e92f278de22b5d4 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -39,7 +39,6 @@ class MockDownloadItem : public DownloadItem {
MOCK_CONST_METHOD0(IsTemporary, bool());
MOCK_CONST_METHOD0(CanResume, bool());
MOCK_CONST_METHOD0(IsDone, bool());
- MOCK_CONST_METHOD0(IsInProgress, bool());
MOCK_CONST_METHOD0(IsCancelled, bool());
benjhayden 2013/06/13 19:01:45 Also remove IsCancelled, IsInterrupted, IsComplete
MOCK_CONST_METHOD0(IsInterrupted, bool());
MOCK_CONST_METHOD0(IsComplete, bool());
« content/browser/download/drag_download_file.cc ('K') | « content/public/browser/download_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698