diff options
Diffstat (limited to 'chrome/browser/download/download_file.cc')
-rw-r--r-- | chrome/browser/download/download_file.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc index dddac9a..bd10ad7 100644 --- a/chrome/browser/download/download_file.cc +++ b/chrome/browser/download/download_file.cc @@ -136,8 +136,7 @@ bool DownloadFile::Open(const char* open_mode) { // We ignore the return value because a failure is not fatal. win_util::SetInternetZoneIdentifier(full_path_); #elif defined(OS_MACOSX) - // TODO(port) there should be an equivalent on Mac (there isn't on Linux). - NOTREACHED(); + // TODO(port): Set quarrantine information, http://crbug.com/10853 #endif return true; } |