diff options
Diffstat (limited to 'chrome/browser/download/download_service.h')
-rw-r--r-- | chrome/browser/download/download_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h index fb9f24a7..b513199 100644 --- a/chrome/browser/download/download_service.h +++ b/chrome/browser/download/download_service.h @@ -16,7 +16,6 @@ class ChromeDownloadManagerDelegate; class Profile; -class DownloadIdFactory; namespace content { class DownloadManager; @@ -29,8 +28,6 @@ class DownloadService : public ProfileKeyedService { explicit DownloadService(Profile* profile); virtual ~DownloadService(); - DownloadIdFactory* GetDownloadIdFactory() const; - // Register a callback to be called whenever the DownloadManager is created. typedef base::Callback<void(content::DownloadManager*)> OnManagerCreatedCallback; @@ -60,8 +57,6 @@ class DownloadService : public ProfileKeyedService { virtual void Shutdown() OVERRIDE; private: - scoped_refptr<DownloadIdFactory> id_factory_; - bool download_manager_created_; Profile* profile_; |