| 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 33f84226582736285c3b92f1ba8dbb3cd0fc76a8..c0bec3e4c92bdace27d639e63ff0fe138bec276f 100644
|
| --- a/content/browser/download/download_item_impl_delegate.h
|
| +++ b/content/browser/download/download_item_impl_delegate.h
|
| @@ -87,9 +87,6 @@ class CONTENT_EXPORT DownloadItemImplDelegate {
|
| // DownloadItem.
|
| virtual void DownloadRemoved(DownloadItemImpl* download);
|
|
|
| - // Show the download in the browser.
|
| - virtual void ShowDownloadInBrowser(DownloadItemImpl* download);
|
| -
|
| // Assert consistent state for delgate object at various transitions.
|
| virtual void AssertStateConsistent(DownloadItemImpl* download) const;
|
|
|
|
|