| Index: chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| diff --git a/chrome/common/safe_browsing/binary_feature_extractor_posix.cc b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| index 265fcfed2de6826d61d0763083a91c0a7613311d..2e6ccba5c15f8a62e0b99eadd8db6c391a9110bf 100644
|
| --- a/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| +++ b/chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
| @@ -24,4 +24,11 @@ bool BinaryFeatureExtractor::ExtractImageHeaders(
|
| return false;
|
| }
|
|
|
| +bool BinaryFeatureExtractor::ExtractImageHeadersFromFile(
|
| + base::File file,
|
| + ExtractHeadersOption options,
|
| + ClientDownloadRequest_ImageHeaders* image_headers) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace safe_browsing
|
|
|