| Index: content/browser/download/download_item_impl_delegate.h
|
| diff --git a/content/browser/download/download_item_impl_delegate.h b/content/browser/download/download_item_impl_delegate.h
|
| index 00924542af695f38979e9cc883a9ed51519d9130..ead30e8672403acdabe1c09293a4425089eed7d1 100644
|
| --- a/content/browser/download/download_item_impl_delegate.h
|
| +++ b/content/browser/download/download_item_impl_delegate.h
|
| @@ -59,7 +59,6 @@ class CONTENT_EXPORT DownloadItemImplDelegate {
|
| virtual void DownloadRemoved(DownloadItemImpl* download);
|
| virtual void DownloadRenamedToIntermediateName(
|
| DownloadItemImpl* download);
|
| - virtual void DownloadRenamedToFinalName(DownloadItemImpl* download);
|
|
|
| // Assert consistent state for delgate object at various transitions.
|
| virtual void AssertStateConsistent(DownloadItemImpl* download) const;
|
|
|