| 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);
|
|
|
|
|