Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
index 76a82427e5a2bbf75c39fe40b537578234569823..ed00c9878995b3a5f1a64f60584027152d185b5d 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc |
@@ -47,7 +47,7 @@ int64 GetEndTime(const ClientIncidentReport_DownloadDetails& details) { |
bool IsBinaryDownload(const history::DownloadRow& row) { |
// TODO(grt): Peek into archives to see if they contain binaries; |
// http://crbug.com/386915. |
- return (download_protection_util::IsBinaryFile(row.target_path) && |
+ return (download_protection_util::IsSupportedBinaryFile(row.target_path) && |
!download_protection_util::IsArchiveFile(row.target_path)); |
} |