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 be6f890f489257f383bc9e873ae3246e710547f5..2ada0e20231fe960b5c0d43c16463da796395663 100644 |
--- a/content/browser/download/download_item_impl_delegate.h |
+++ b/content/browser/download/download_item_impl_delegate.h |
@@ -77,9 +77,6 @@ class CONTENT_EXPORT DownloadItemImplDelegate { |
virtual void DownloadOpened(DownloadItemImpl* download); |
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; |