diff options
Diffstat (limited to 'chrome/browser/download/download_extensions.cc')
-rw-r--r-- | chrome/browser/download/download_extensions.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/download/download_extensions.cc b/chrome/browser/download/download_extensions.cc index 52aa565..b9cac1b 100644 --- a/chrome/browser/download/download_extensions.cc +++ b/chrome/browser/download/download_extensions.cc @@ -213,10 +213,6 @@ DownloadDangerLevel GetFileExtensionDangerLevel( return NotDangerous; } -bool IsFileExtensionSafe(const FilePath::StringType& extension) { - return GetFileExtensionDangerLevel(extension) == NotDangerous; -} - bool IsFileSafe(const FilePath& path) { return GetFileDangerLevel(path) == NotDangerous; } |