Index: content/browser/download/download_stats.h |
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h |
index d5c0f78a60fa5842cb337b2b18f3329fa3b60e9d..dcd87e207429321fd0b659186cc4e7f6fa203a39 100644 |
--- a/content/browser/download/download_stats.h |
+++ b/content/browser/download/download_stats.h |
@@ -110,6 +110,9 @@ void RecordDownloadInterrupted(DownloadInterruptReason reason, |
// Records the mime type of the download. |
void RecordDownloadMimeType(const std::string& mime_type); |
+// Records usage of Content-Disposition header. |
+void RecordDownloadContentDisposition(const std::string& content_disposition); |
+ |
// Record WRITE_SIZE_COUNT and data_len. |
void RecordDownloadWriteSize(size_t data_len); |