| Index: chrome/browser/extensions/api/downloads/downloads_api.h
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api.h b/chrome/browser/extensions/api/downloads/downloads_api.h
|
| index 6a9fee9062f3ef35e6643286991aeac6d497b967..e6bb1379861ceb4775546f45e7e4e39c0f9ad925 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api.h
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api.h
|
| @@ -95,12 +95,11 @@ class DownloadsDownloadFunction : public ChromeAsyncExtensionFunction {
|
| virtual ~DownloadsDownloadFunction();
|
|
|
| private:
|
| - void OnStarted(
|
| - const base::FilePath& creator_suggested_filename,
|
| - extensions::api::downloads::FilenameConflictAction
|
| - creator_conflict_action,
|
| - content::DownloadItem* item,
|
| - net::Error error);
|
| + void OnStarted(const base::FilePath& creator_suggested_filename,
|
| + extensions::api::downloads::FilenameConflictAction
|
| + creator_conflict_action,
|
| + content::DownloadItem* item,
|
| + content::DownloadInterruptReason interrupt_reason);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DownloadsDownloadFunction);
|
| };
|
|
|