| Index: content/browser/download/download_item_impl.h
|
| ===================================================================
|
| --- content/browser/download/download_item_impl.h (revision 150095)
|
| +++ content/browser/download/download_item_impl.h (working copy)
|
| @@ -115,9 +115,6 @@
|
| // 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;
|
|
|