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

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

Issue 9361046: Revert 121031 - Eliminate DownloadProgressUpdated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- content/browser/download/download_manager_impl.h (revision 121040)
+++ content/browser/download/download_manager_impl.h (working copy)
@@ -158,6 +158,9 @@
// 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.cc ('k') | content/browser/download/download_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698