Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: content/browser/download/download_item_impl_delegate.h

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r168573 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 323aa6b4534dc62ee288fb127f5b3bde47aad1a4..4d6beb792ea789e6b62ac040d8afe5a846fe218f 100644
--- a/content/browser/download/download_item_impl_delegate.h
+++ b/content/browser/download/download_item_impl_delegate.h
@@ -78,9 +78,9 @@ class CONTENT_EXPORT DownloadItemImplDelegate {
virtual void DownloadCompleted(DownloadItemImpl* download);
virtual void DownloadOpened(DownloadItemImpl* download);
virtual void DownloadRemoved(DownloadItemImpl* download);
- virtual void DownloadRenamedToIntermediateName(
- DownloadItemImpl* download);
- virtual void DownloadRenamedToFinalName(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;

Powered by Google App Engine
This is Rietveld 408576698