| Index: content/browser/download/base_file_linux.cc
|
| diff --git a/content/browser/download/base_file_linux.cc b/content/browser/download/base_file_linux.cc
|
| index 07215b0f6ac74346c83f0cea28ce732c35ae3669..ee8d1fa8587e1e599ad48beb1a7e323df240630b 100644
|
| --- a/content/browser/download/base_file_linux.cc
|
| +++ b/content/browser/download/base_file_linux.cc
|
| @@ -9,11 +9,12 @@
|
|
|
| namespace content {
|
|
|
| -void BaseFile::AnnotateWithSourceInformation() {
|
| +DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| DCHECK(!detached_);
|
|
|
| AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
|
| + return DOWNLOAD_INTERRUPT_REASON_NONE;
|
| }
|
|
|
| } // namespace content
|
|
|