Index: chrome/common/safe_browsing/zip_analyzer_results.h |
diff --git a/chrome/common/safe_browsing/zip_analyzer_results.h b/chrome/common/safe_browsing/zip_analyzer_results.h |
index b1d0be3fb3dbfc605f26531469d975153347d5ad..5af71c6b904d3f022ba4bdf1251f5686e82b985c 100644 |
--- a/chrome/common/safe_browsing/zip_analyzer_results.h |
+++ b/chrome/common/safe_browsing/zip_analyzer_results.h |
@@ -17,6 +17,7 @@ struct Results { |
bool success; |
bool has_executable; |
bool has_archive; |
+ bool has_unsafe_file; |
google::protobuf::RepeatedPtrField<ClientDownloadRequest_ArchivedBinary> |
archived_binary; |
Results(); |