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

Unified Diff: chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h

Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: correcting rebase mixup Created 3 years, 5 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: chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
diff --git a/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h b/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
index cab667f25a7546ca7807b0b279abcbdf641fe433..95f428c5fbb5407412b442543599fe8525df3826 100644
--- a/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
+++ b/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
@@ -8,6 +8,7 @@
#error FULL_SAFE_BROWSING should be defined.
#endif
+#include "build/build_config.h"
#include "chrome/common/safe_browsing/archive_analyzer_results.h"
#include "chrome/common/safe_browsing/ipc_protobuf_message_macros.h"
#include "chrome/common/safe_browsing/protobuf_message_param_traits.h"
@@ -91,4 +92,7 @@ IPC_STRUCT_TRAITS_BEGIN(safe_browsing::ArchiveAnalyzerResults)
IPC_STRUCT_TRAITS_MEMBER(has_archive)
IPC_STRUCT_TRAITS_MEMBER(archived_binary)
IPC_STRUCT_TRAITS_MEMBER(archived_archive_filenames)
+#if defined(OS_MACOSX)
+ IPC_STRUCT_TRAITS_MEMBER(signature_blob)
+#endif // OS_MACOSX
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « chrome/common/safe_browsing/archive_analyzer_results.h ('k') | chrome/test/data/safe_browsing/mach_o/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698