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

Unified Diff: chrome/browser/download/download_status_updater.h

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BrowsingDataRemover calls CDMD directly Created 8 years, 5 months 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: chrome/browser/download/download_status_updater.h
diff --git a/chrome/browser/download/download_status_updater.h b/chrome/browser/download/download_status_updater.h
index 82feb6fc1dc1a80223f5ce819b8344cf89212ce9..162ec1beb5c114cf5a7c325c7c5c5b1cdcbd3dc2 100644
--- a/chrome/browser/download/download_status_updater.h
+++ b/chrome/browser/download/download_status_updater.h
@@ -35,8 +35,6 @@ class DownloadStatusUpdater
// Methods inherited from content::DownloadManager::Observer.
virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE;
virtual void ManagerGoingDown(content::DownloadManager* manager) OVERRIDE;
- virtual void SelectFileDialogDisplayed(
- content::DownloadManager* manager, int32 id) OVERRIDE;
// Methods inherited from content::DownloadItem::Observer.
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698