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

Unified Diff: content/public/test/fake_download_item.cc

Issue 2720613002: Downloads: Added transient flag to download item and download database (Closed)
Patch Set: fix tests 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
« no previous file with comments | « content/public/test/fake_download_item.h ('k') | content/public/test/mock_download_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/fake_download_item.cc
diff --git a/content/public/test/fake_download_item.cc b/content/public/test/fake_download_item.cc
index 4bb1e706a32fb2985eba9f1d06c30c4d19423b5d..237fbce8da67a1158b0afe26c3966e0b5ba4269e 100644
--- a/content/public/test/fake_download_item.cc
+++ b/content/public/test/fake_download_item.cc
@@ -372,6 +372,11 @@ base::Time FakeDownloadItem::GetLastAccessTime() const {
return base::Time();
}
+bool FakeDownloadItem::IsTransient() const {
+ NOTREACHED();
+ return false;
+}
+
BrowserContext* FakeDownloadItem::GetBrowserContext() const {
NOTREACHED();
return nullptr;
« no previous file with comments | « content/public/test/fake_download_item.h ('k') | content/public/test/mock_download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698