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

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

Issue 1262753002: [SafeBrowsing] Send pings for Zip files that contain other archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | chrome/common/safe_browsing/download_protection_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/safe_browsing/download_protection_util.h
diff --git a/chrome/common/safe_browsing/download_protection_util.h b/chrome/common/safe_browsing/download_protection_util.h
index a9eaf53c6b9e735d9e043a38efc5922bf784f16f..248a343222fac44f79db87cba0db3530d6d05efc 100644
--- a/chrome/common/safe_browsing/download_protection_util.h
+++ b/chrome/common/safe_browsing/download_protection_util.h
@@ -15,13 +15,13 @@ namespace safe_browsing {
namespace download_protection_util {
// Returns true if the given file is a supported binary file type.
-bool IsBinaryFile(const base::FilePath& file);
+bool IsSupportedBinaryFile(const base::FilePath& file);
// Returns true if the given file is a supported archive file type.
bool IsArchiveFile(const base::FilePath& file);
// Returns the DownloadType of the file at |path|. This function is only valid
-// for paths that satisfy IsBinaryFile() above.
+// for paths that satisfy IsSupportedBinaryFile() above.
ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
} // namespace download_protection_util
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | chrome/common/safe_browsing/download_protection_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698