| 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();
|
|
|
|
|