| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index 045a338f09a2d0b2d55af1b7bcbba3d7167b9c2c..e645977010bb6db4cecff95a06c9a44f9e3d951f 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -118,6 +118,9 @@ 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()
|
| #endif // FULL_SAFE_BROWSING
|
|
|
|
|