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

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

Issue 2758453003: Recording download mime types for normal profile (Closed)
Patch Set: Mime type breakdown Created 3 years, 9 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
Index: content/browser/download/download_request_core.cc
diff --git a/content/browser/download/download_request_core.cc b/content/browser/download/download_request_core.cc
index e2c5c348a8e9d55b455bb8a733bd1f9d6ae4bffc..44d8edc0ebbaa29a4bd176f1ef40dc9f1f0ab2a2 100644
--- a/content/browser/download/download_request_core.cc
+++ b/content/browser/download/download_request_core.cc
@@ -366,7 +366,6 @@ bool DownloadRequestCore::OnResponseStarted(
create_info->url_chain.back().GetOrigin())
create_info->save_info->suggested_name.clear();
- RecordDownloadMimeType(create_info->mime_type);
RecordDownloadContentDisposition(create_info->content_disposition);
RecordDownloadSourcePageTransitionType(create_info->transition_type);

Powered by Google App Engine
This is Rietveld 408576698