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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api_browsertest.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/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 156d445b2635f61d13d91029584c6f2f3c17c564..12c712580a1044b9ca4efb9d6e78a7ab46a0784a 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
+++ b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
@@ -427,6 +427,7 @@ class DownloadExtensionTest : public ExtensionApiTest {
downloads_directory().Append(history_info[i].filename),
downloads_directory().Append(history_info[i].filename),
url_chain, GURL(), // URL Chain, referrer
+ "", "", // mime_type, original_mime_type
current, current, // start_time, end_time
std::string(), std::string(), // etag, last_modified
1, 1, // received_bytes, total_bytes

Powered by Google App Engine
This is Rietveld 408576698