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

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

Issue 9363001: Eliminate DownloadProgressUpdated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests work Created 8 years, 10 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: 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 ce28cc8eb14924dc17f5490073c5e8821079c138..7eeb06f69dcd4cefb96dec90d61a937478f05200 100644
--- a/content/browser/download/download_manager_impl.h
+++ b/content/browser/download/download_manager_impl.h
@@ -158,9 +158,6 @@ class CONTENT_EXPORT DownloadManagerImpl
// Does nothing if the download is not in the history DB.
void RemoveFromActiveList(content::DownloadItem* download);
- // Updates the delegate about the overall download progress.
- void UpdateDownloadProgress();
-
// Inform observers that the model has changed.
void NotifyModelChanged();
« no previous file with comments | « chrome/browser/download/download_status_updater_unittest.cc ('k') | content/browser/download/download_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698