diff options
Diffstat (limited to 'chrome/browser/safe_browsing/binary_feature_extractor_posix.cc')
-rw-r--r-- | chrome/browser/safe_browsing/binary_feature_extractor_posix.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc b/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc index a1dafc5..a7da722 100644 --- a/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc +++ b/chrome/browser/safe_browsing/binary_feature_extractor_posix.cc @@ -17,4 +17,8 @@ void BinaryFeatureExtractor::CheckSignature( const base::FilePath& file_path, ClientDownloadRequest_SignatureInfo* signature_info) {} +void BinaryFeatureExtractor::ExtractImageHeaders( + const base::FilePath& file_path, + ClientDownloadRequest_ImageHeaders* image_headers) {} + } // namespace safe_browsing |