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

Unified Diff: content/browser/download/download_browsertest.cc

Issue 1967433002: [Merge-M51][Downloads/History] Add tab-url and tab-referrer-url to DownloadRow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « components/test/data/history/history.30.sql ('k') | content/browser/download/download_item_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_browsertest.cc
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
index 19a05a2d6a0c726020a7f7e8eadf3e563a0f4297..acc4e316e8862052ea5b3451a9798eab002d4e75 100644
--- a/content/browser/download/download_browsertest.cc
+++ b/content/browser/download/download_browsertest.cc
@@ -1820,6 +1820,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeRestoredDownload_NoFile) {
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
@@ -1892,6 +1894,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeRestoredDownload_NoHash) {
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
@@ -1951,6 +1955,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest,
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
@@ -2015,6 +2021,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest,
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
@@ -2085,6 +2093,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeRestoredDownload_WrongHash) {
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
@@ -2164,6 +2174,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeRestoredDownload_ShortFile) {
base::FilePath(),
url_chain,
GURL(),
+ GURL(),
+ GURL(),
"application/octet-stream",
"application/octet-stream",
base::Time::Now(),
« no previous file with comments | « components/test/data/history/history.30.sql ('k') | content/browser/download/download_item_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698