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

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

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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_manager_impl.h
diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
index 0e6d6ba1d0ca1b9d44c65e9bd86a934e02d6b2af..809e0a8662bc33996d1c155317cd6afb242104e1 100644
--- a/content/browser/download/download_manager_impl.h
+++ b/content/browser/download/download_manager_impl.h
@@ -129,7 +129,6 @@ class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager,
virtual void CheckForFileRemoval(DownloadItemImpl* download_item) OVERRIDE;
virtual void DownloadOpened(DownloadItemImpl* download) OVERRIDE;
virtual void DownloadRemoved(DownloadItemImpl* download) OVERRIDE;
- virtual void ShowDownloadInBrowser(DownloadItemImpl* download) OVERRIDE;
// Factory for creation of downloads items.
scoped_ptr<DownloadItemFactory> item_factory_;

Powered by Google App Engine
This is Rietveld 408576698