| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 0a64132e6733822860c7eb4a40479a44ece8183b..588a1aa48ebfd22e34d272e657d6149c3d864d4e 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -104,6 +104,9 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
|
| // Called by SavePackage to set the total number of bytes on the item.
|
| virtual void SetTotalBytes(int64 total_bytes);
|
|
|
| + // Notify observers that this item is being removed by the user.
|
| + virtual void NotifyRemoved();
|
| +
|
| // Overridden from DownloadItem.
|
| virtual void AddObserver(DownloadItem::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(DownloadItem::Observer* observer) OVERRIDE;
|
|
|