No need for default_download_path_ member.

This commit is contained in:
Haojian Wu 2015-07-29 14:03:07 +08:00
parent 59c3efd44b
commit 877830e4a1
3 changed files with 5 additions and 6 deletions

View file

@ -47,7 +47,6 @@ class AtomDownloadManagerDelegate : public content::DownloadManagerDelegate {
private:
content::DownloadManager* download_manager_;
base::FilePath default_download_path_;
base::WeakPtrFactory<AtomDownloadManagerDelegate> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(AtomDownloadManagerDelegate);