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

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

Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: minor mods to XML Created 3 years, 6 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..32cd639b5372df8244e0a815003eab6f445b023f 100644
--- a/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
+++ b/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
@@ -91,4 +91,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()

Powered by Google App Engine
This is Rietveld 408576698