| 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 ee362bac74a56bb3c980648a50c99d337e735aa4..1e37b1b32d1be14d9b5e93f6d6417d6d5ca285aa 100644
|
| --- a/content/shell/shell_download_manager_delegate.h
|
| +++ b/content/shell/shell_download_manager_delegate.h
|
| @@ -23,7 +23,6 @@ class ShellDownloadManagerDelegate
|
| void SetDownloadManager(DownloadManager* manager);
|
|
|
| virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;
|
| - virtual void ChooseDownloadPath(DownloadItem* item) OVERRIDE;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
|
| @@ -34,6 +33,8 @@ class ShellDownloadManagerDelegate
|
| const FilePath& generated_name);
|
| void RestartDownload(int32 download_id,
|
| const FilePath& suggested_path);
|
| + void ChooseDownloadPath(DownloadItem* item,
|
| + const FilePath& suggested_path);
|
|
|
| DownloadManager* download_manager_;
|
|
|
|
|