Chromium Code Reviews| Index: content/shell/shell_download_manager_delegate.h |
| diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h |
| index 56baf5575165ef1a69b9eb40eafc3bef7718d47b..1f2ec6c6ed3d94e2b8d40972a63b32bf84aa001a 100644 |
| --- a/content/shell/shell_download_manager_delegate.h |
| +++ b/content/shell/shell_download_manager_delegate.h |
| @@ -21,7 +21,7 @@ class ShellDownloadManagerDelegate |
| public: |
| ShellDownloadManagerDelegate(); |
| - void SetDownloadManager(DownloadManager* download_manager); |
| + virtual void SetDownloadManager(DownloadManager* manager); |
|
jam
2011/10/11 19:31:13
nit: not virtual
Randy Smith (Not in Mondays)
2011/10/11 20:28:27
Done.
|
| virtual void Shutdown() OVERRIDE; |
| virtual bool ShouldStartDownload(int32 download_id) OVERRIDE; |