| Index: chrome/common/safe_browsing/download_protection_util.h
|
| ===================================================================
|
| --- chrome/common/safe_browsing/download_protection_util.h (revision 281829)
|
| +++ chrome/common/safe_browsing/download_protection_util.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_COMMON_SAFE_BROWSING_DOWNLOAD_PROTECTION_UTIL_H_
|
| #define CHROME_COMMON_SAFE_BROWSING_DOWNLOAD_PROTECTION_UTIL_H_
|
|
|
| +#include "chrome/common/safe_browsing/csd.pb.h"
|
| +
|
| namespace base {
|
| class FilePath;
|
| }
|
| @@ -18,6 +20,10 @@
|
| // 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.
|
| +ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
|
| +
|
| } // namespace download_protection_util
|
| } // namespace safe_browsing
|
|
|
|
|