| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 925cc448dca554610f351b3a83e4ad41640edf48..2c3fcbae487828e7b03528f98a30fdbf5853649c 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -191,7 +191,6 @@ class TestingProfile : public Profile {
|
| virtual fileapi::FileSystemContext* GetFileSystemContext();
|
| virtual void SetQuotaManager(quota::QuotaManager* manager);
|
| virtual quota::QuotaManager* GetQuotaManager();
|
| - virtual bool HasCreatedDownloadManager() const;
|
|
|
| // Returns a testing ContextGetter (if one has been created via
|
| // CreateRequestContext) or NULL. This is not done on-demand for two reasons:
|
| @@ -295,9 +294,6 @@ class TestingProfile : public Profile {
|
| TestingPrefService* testing_prefs_;
|
|
|
| private:
|
| - virtual void SetDownloadManagerDelegate(
|
| - ChromeDownloadManagerDelegate* delegate);
|
| -
|
| // Common initialization between the two constructors.
|
| void Init();
|
|
|
|
|