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

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

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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.cc
diff --git a/chrome/browser/download/download_status_updater.cc b/chrome/browser/download/download_status_updater.cc
index 2bbb045f70f0d6bc682ff0e36a7aff36b1db7d7e..817e4184268926339bd599dc431f2ca5429911e2 100644
--- a/chrome/browser/download/download_status_updater.cc
+++ b/chrome/browser/download/download_status_updater.cc
@@ -72,10 +72,6 @@ void DownloadStatusUpdater::ManagerGoingDown(
// notification (in the !IN_PROGRESS conditional branch in UpdateItem).
}
-void DownloadStatusUpdater::SelectFileDialogDisplayed(
- content::DownloadManager* manager, int32 id) {
-}
-
// Methods inherited from content::DownloadItem::Observer.
void DownloadStatusUpdater::OnDownloadUpdated(
content::DownloadItem* download) {

Powered by Google App Engine
This is Rietveld 408576698