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

Unified Diff: chrome/browser/browsing_data/downloads_counter_browsertest.cc

Issue 2705283003: Added last_access_time to DownloadItem and History DB (Closed)
Patch Set: rebase origin/master Created 3 years, 10 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 | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | chrome/browser/download/download_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/downloads_counter_browsertest.cc
diff --git a/chrome/browser/browsing_data/downloads_counter_browsertest.cc b/chrome/browser/browsing_data/downloads_counter_browsertest.cc
index 7bcab2b73d161e1a856a6f8f8805ae741c4a956c..ec0da22d633ae8f7db723cdbd5f860075b868396 100644
--- a/chrome/browser/browsing_data/downloads_counter_browsertest.cc
+++ b/chrome/browser/browsing_data/downloads_counter_browsertest.cc
@@ -129,28 +129,12 @@ class DownloadsCounterTest : public InProcessBrowserTest,
content::DownloadManager* manager = incognito ? otr_manager_ : manager_;
manager->CreateDownloadItem(
- guid,
- content::DownloadItem::kInvalidId + (++items_count_),
+ guid, content::DownloadItem::kInvalidId + (++items_count_),
base::FilePath(FILE_PATH_LITERAL("current/path")),
- base::FilePath(FILE_PATH_LITERAL("target/path")),
- url_chain,
- GURL(),
- GURL(),
- GURL(),
- GURL(),
- mime_type,
- std::string(),
- time_,
- time_,
- std::string(),
- std::string(),
- 1,
- 1,
- std::string(),
- state,
- danger,
- reason,
- false,
+ base::FilePath(FILE_PATH_LITERAL("target/path")), url_chain, GURL(),
+ GURL(), GURL(), GURL(), mime_type, std::string(), time_, time_,
+ std::string(), std::string(), 1, 1, std::string(), state, danger,
+ reason, false, time_,
std::vector<content::DownloadItem::ReceivedSlice>());
return guid;
« no previous file with comments | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | chrome/browser/download/download_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698