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