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

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: Rebased to fix new test, applied suggestions from bauerb and benjhayden 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
« no previous file with comments | « content/public/browser/download_item.h ('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_item.h
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
index 6e29cda3c35ea74a42e803ee4bbc85cc06337e70..0fc56b4c5f737d486ee2ff35b19a257f8ac1c63d 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -39,10 +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());
- MOCK_CONST_METHOD0(IsInterrupted, bool());
- MOCK_CONST_METHOD0(IsComplete, bool());
MOCK_CONST_METHOD0(GetURL, const GURL&());
MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
MOCK_CONST_METHOD0(GetOriginalUrl, const GURL&());
« no previous file with comments | « content/public/browser/download_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698