Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: chrome/test/testing_profile.h

Issue 7129018: Time-based removal of temporary file systems via BrowsingDataRemover (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 07977bc2d35b8d5a516137e737aefb6848600ee6..47e6d5e976a5c99462c8be0ad9ba13408ea19466 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -182,6 +182,7 @@ class TestingProfile : public Profile {
virtual DownloadManager* GetDownloadManager();
virtual PersonalDataManager* GetPersonalDataManager();
virtual fileapi::FileSystemContext* GetFileSystemContext();
+ virtual void SetQuotaManager(quota::QuotaManager* manager);
virtual quota::QuotaManager* GetQuotaManager();
virtual BrowserSignin* GetBrowserSignin();
virtual bool HasCreatedDownloadManager() const;
@@ -390,6 +391,9 @@ class TestingProfile : public Profile {
ProfileDependencyManager* profile_dependency_manager_;
scoped_refptr<ChromeAppCacheService> appcache_service_;
+
+ // The QuotaManager, only available if set explicitly via SetQuotaManager.
+ scoped_refptr<quota::QuotaManager> quota_manager_;
};
#endif // CHROME_TEST_TESTING_PROFILE_H_
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698