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

Unified Diff: webkit/quota/quota_manager.h

Issue 7129018: Time-based removal of temporary file systems via BrowsingDataRemover (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: QuotaManager. 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
Index: webkit/quota/quota_manager.h
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
index 1ae881412aea9bad17a079a1912ea5da5cb9c92e..11ff3b4d87df92e0561b75a84f956494336d59f5 100644
--- a/webkit/quota/quota_manager.h
+++ b/webkit/quota/quota_manager.h
@@ -33,7 +33,7 @@ class FilePath;
namespace quota_internals {
class QuotaInternalsProxy;
}
-
+class BrowsingDataRemoverFileSystemTesterHelper;
namespace quota {
struct QuotaManagerDeleter;
@@ -233,6 +233,7 @@ class QuotaManager : public QuotaTaskObserver,
friend class QuotaManagerProxy;
friend class QuotaManagerTest;
friend class QuotaTemporaryStorageEvictor;
+ friend class ::BrowsingDataRemoverFileSystemTesterHelper;
// This initialization method is lazily called on the IO thread
// when the first quota manager API is called.
« chrome/browser/browsing_data_remover.h ('K') | « chrome/browser/browsing_data_remover_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698