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

Unified Diff: components/history/core/test/history_backend_db_base_test.cc

Issue 1924473003: [Downloads] Use the initiating StoragePartition for resumption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in comment 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/history/core/browser/history_database.cc ('k') | components/test/data/history/history.31.sql » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/test/history_backend_db_base_test.cc
diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
index 34267606fbea66240d7632d8b4e5a57da60e4bcc..d22ea2a061c7a43245a56dd3172c0f4921a4dd65 100644
--- a/components/history/core/test/history_backend_db_base_test.cc
+++ b/components/history/core/test/history_backend_db_base_test.cc
@@ -127,7 +127,8 @@ bool HistoryBackendDBBaseTest::AddDownload(uint32_t id,
DownloadRow download(
base::FilePath(FILE_PATH_LITERAL("current-path")),
base::FilePath(FILE_PATH_LITERAL("target-path")), url_chain,
- GURL("http://referrer.example.com/"), GURL("http://tab-url.example.com/"),
+ GURL("http://referrer.example.com/"), GURL("http://site-url.example.com"),
+ GURL("http://tab-url.example.com/"),
GURL("http://tab-referrer-url.example.com/"), std::string(),
"application/vnd.oasis.opendocument.text", "application/octet-stream",
time, time, std::string(), std::string(), 0, 512, state,
« no previous file with comments | « components/history/core/browser/history_database.cc ('k') | components/test/data/history/history.31.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698