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

Unified Diff: chrome/browser/history/history_unittest.cc

Issue 102683004: Add mime type information to the download database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index d8b5e802be650b128befba0617dd2770abca4a17..da8fa24bdc0e86e934c12a4e95a0f2a184a951f5 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -170,6 +170,8 @@ class HistoryBackendDBTest : public HistoryUnitTestBase {
base::FilePath(FILE_PATH_LITERAL("target-path")),
url_chain,
GURL("http://referrer.com/"),
+ "application/octet-stream",
+ "application/octet-stream",
time,
time,
std::string(),
@@ -673,6 +675,8 @@ TEST_F(HistoryBackendDBTest, DownloadNukeRecordsMissingURLs) {
base::FilePath(FILE_PATH_LITERAL("foo-path")),
url_chain,
GURL(std::string()),
+ "application/octet-stream",
+ "application/octet-stream",
now,
now,
std::string(),

Powered by Google App Engine
This is Rietveld 408576698