Chromium Code Reviews| Index: chrome/test/testing_profile.h |
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
| index 18f925ad640c78a3e500cdfb1c057d75be9389a6..177f4193b025051ff44044d8472904b9542e103e 100644 |
| --- a/chrome/test/testing_profile.h |
| +++ b/chrome/test/testing_profile.h |
| @@ -382,6 +382,12 @@ class TestingProfile : public Profile { |
| scoped_refptr<ExtensionSpecialStoragePolicy> |
| extension_special_storage_policy_; |
| + // FileSystemContext. Created lazily by GetFileSystemContext(). |
| + scoped_refptr<fileapi::FileSystemContext> file_system_context_; |
| + |
| + // QuotaManager. Created lazily by GetQuotaManager(). |
| + scoped_refptr<quota::QuotaManager> quota_manager_; |
|
kinuko
2011/05/26 07:51:36
We could remove these two lines for now
Mike West
2011/05/26 11:36:35
Done.
|
| + |
| // The proxy prefs tracker. |
| scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; |