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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc

Issue 2720613002: Downloads: Added transient flag to download item and download database (Closed)
Patch Set: Renamed to transient 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: chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
diff --git a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
index 71753378c9048461858d977b5c6ad3f9f24e4fe5..ee9330542148c02f62d9758049ee83082f72f496 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
+++ b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
@@ -434,7 +434,7 @@ class DownloadExtensionTest : public ExtensionApiTest {
: content::DOWNLOAD_INTERRUPT_REASON_USER_CANCELED),
false, // opened
current, // last_access_time
- std::vector<DownloadItem::ReceivedSlice>());
+ true, std::vector<DownloadItem::ReceivedSlice>());
items->push_back(item);
}

Powered by Google App Engine
This is Rietveld 408576698