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

@ -32,7 +32,7 @@ class AtomBrowserContext : public brightray::BrowserContext {
content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
content::BrowserPluginGuestManager* GetGuestManager() override;
// brightray::BrowserContext::
// brightray::BrowserContext:
void RegisterPrefs(PrefRegistrySimple* pref_registry) override;
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }