Chromium Code Reviews| Index: content/browser/download/download_manager_delegate.h |
| diff --git a/content/browser/download/download_manager_delegate.h b/content/browser/download/download_manager_delegate.h |
| index 55d25f6a5f469021a3737e40af31f18b346d51fd..91380c8d499b64e6700f05daefc7a9e55184d73a 100644 |
| --- a/content/browser/download/download_manager_delegate.h |
| +++ b/content/browser/download/download_manager_delegate.h |
| @@ -74,6 +74,7 @@ class DownloadManagerDelegate { |
| // Notifies the delegate that information about the given download has change, |
| // so that it can update its persistent store. |
| + // Does not update |url|, |start_time|, |total_bytes|, or |db_handle|. |
|
Randy Smith (Not in Mondays)
2011/10/04 18:34:31
See previous comment on previous instance of this
benjhayden
2011/10/06 21:25:16
Done.
|
| virtual void UpdateItemInPersistentStore(DownloadItem* item) = 0; |
| // Notifies the delegate that path for the download item has changed, so that |