| Index: chrome/common/safe_browsing/download_protection_util.cc
|
| diff --git a/chrome/common/safe_browsing/download_protection_util.cc b/chrome/common/safe_browsing/download_protection_util.cc
|
| index ba8a3afc5ca65d77dc83cf522a50f5a4f310733a..147ee2cca09657b1549531275e9e8764e5afea65 100644
|
| --- a/chrome/common/safe_browsing/download_protection_util.cc
|
| +++ b/chrome/common/safe_browsing/download_protection_util.cc
|
| @@ -36,7 +36,6 @@ ClientDownloadRequest::DownloadType GetDownloadType(
|
| file.MatchesExtension(FILE_PATH_LITERAL(".pkg")) ||
|
| file.MatchesExtension(FILE_PATH_LITERAL(".mpkg")) ||
|
| file.MatchesExtension(FILE_PATH_LITERAL(".smi")) ||
|
| - file.MatchesExtension(FILE_PATH_LITERAL(".osx")) ||
|
| file.MatchesExtension(FILE_PATH_LITERAL(".app")) ||
|
| file.MatchesExtension(FILE_PATH_LITERAL(".cdr")) ||
|
| file.MatchesExtension(FILE_PATH_LITERAL(".dmgpart")) ||
|
|
|