| Index: content/browser/download/base_file_mac.cc
|
| diff --git a/content/browser/download/base_file_mac.cc b/content/browser/download/base_file_mac.cc
|
| index e3ce2d7c4eecf6d14562ed1459cc206e40e9a01e..21e6b556abb175d3d2864af97f8b3373ec82d257 100644
|
| --- a/content/browser/download/base_file_mac.cc
|
| +++ b/content/browser/download/base_file_mac.cc
|
| @@ -9,12 +9,13 @@
|
|
|
| namespace content {
|
|
|
| -void BaseFile::AnnotateWithSourceInformation() {
|
| +DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| DCHECK(!detached_);
|
|
|
| AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_);
|
| AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
|
| + return DOWNLOAD_INTERRUPT_REASON_NONE;
|
| }
|
|
|
| } // namespace content
|
|
|