| Index: chrome/browser/download/download_exe.cc
|
| diff --git a/chrome/browser/download/download_exe.cc b/chrome/browser/download/download_exe.cc
|
| index 2663b541961a19848b9754aedfab22b995c49889..39a14f7638611d699e58449d9868a476ea215fc9 100644
|
| --- a/chrome/browser/download/download_exe.cc
|
| +++ b/chrome/browser/download/download_exe.cc
|
| @@ -145,7 +145,10 @@ static const char* const g_executables[] = {
|
| "py",
|
| "rb",
|
| "sh",
|
| -#endif // defined(OS_LINUX)
|
| +#elif defined(OS_MACOSX)
|
| + // TODO(thakis): Figure out what makes sense here -- crbug.com/19096
|
| + "dmg",
|
| +#endif
|
| };
|
|
|
| void InitializeExeTypes(std::set<std::string>* exe_extensions) {
|
|
|