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

Unified Diff: chrome/common/safe_browsing/binary_feature_extractor_posix.cc

Issue 999003003: Include attributes of zipped binaries in ClientDownloadRequests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: fix ordering of SandboxedZipAnalyzer methods Created 5 years, 9 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/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

Powered by Google App Engine
This is Rietveld 408576698