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

Unified Diff: content/browser/download/download_stats.h

Issue 2758453003: Recording download mime types for normal profile (Closed)
Patch Set: 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_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index c4802438737d8aea64728762a4015e7a402313f8..76f63e4ff25eb9bbfb6de5a711085e844a8353af 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -165,6 +165,9 @@ void RecordDangerousDownloadDiscard(
// Records the mime type of the download.
void RecordDownloadMimeType(const std::string& mime_type);
+// Records the mime type of the download for normal profile.
+void RecordDownloadMimeTypeForNormalProfile(const std::string& mime_type);
+
// Records usage of Content-Disposition header.
void RecordDownloadContentDisposition(const std::string& content_disposition);

Powered by Google App Engine
This is Rietveld 408576698