| 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..4ce6654925a9a53bd1903a53a8db0e6b67055f9f 100644
|
| --- a/content/shell/shell_download_manager_delegate.h
|
| +++ b/content/shell/shell_download_manager_delegate.h
|
| @@ -21,8 +21,6 @@ class ShellDownloadManagerDelegate
|
| public:
|
| ShellDownloadManagerDelegate();
|
|
|
| - void SetDownloadManager(DownloadManager* download_manager);
|
| -
|
| virtual void Shutdown() OVERRIDE;
|
| virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;
|
| virtual void ChooseDownloadPath(TabContents* tab_contents,
|
| @@ -53,6 +51,7 @@ class ShellDownloadManagerDelegate
|
| const FilePath& suggested_path,
|
| bool can_save_as_complete) OVERRIDE;
|
| virtual void DownloadProgressUpdated() OVERRIDE;
|
| + virtual void SetDownloadManager(DownloadManager* manager) OVERRIDE;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
|
|
|