| Index: chrome/browser/download/download_item_model.h
|
| diff --git a/chrome/browser/download/download_item_model.h b/chrome/browser/download/download_item_model.h
|
| index 880622682ef5d57e53b81eceac6b2a1c91ace362..6ac4f596174c638bd62d52b7054458b4e7f2ad79 100644
|
| --- a/chrome/browser/download/download_item_model.h
|
| +++ b/chrome/browser/download/download_item_model.h
|
| @@ -35,9 +35,6 @@ class DownloadItemModel {
|
| explicit DownloadItemModel(content::DownloadItem* download);
|
| ~DownloadItemModel();
|
|
|
| - // Cancel the task corresponding to the item.
|
| - void CancelTask();
|
| -
|
| // Returns a long descriptive string for a download that's in the INTERRUPTED
|
| // state. For other downloads, the returned string will be empty.
|
| string16 GetInterruptReasonText() const;
|
|
|