| Index: content/browser/download/download_item_impl_delegate.cc
|
| diff --git a/content/browser/download/download_item_impl_delegate.cc b/content/browser/download/download_item_impl_delegate.cc
|
| index 996cc4fdeb0109d7aecd84e9cd2b4b25097a6a83..7f0ab3fc2a350f61d59902b89d731797fb547789 100644
|
| --- a/content/browser/download/download_item_impl_delegate.cc
|
| +++ b/content/browser/download/download_item_impl_delegate.cc
|
| @@ -72,9 +72,6 @@ void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) {
|
|
|
| void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {}
|
|
|
| -void DownloadItemImplDelegate::ShowDownloadInBrowser(
|
| - DownloadItemImpl* download) {}
|
| -
|
| void DownloadItemImplDelegate::AssertStateConsistent(
|
| DownloadItemImpl* download) const {}
|
|
|
|
|