Index: components/precache/core/precache_database.h |
diff --git a/components/precache/core/precache_database.h b/components/precache/core/precache_database.h |
index 1deba5164cfc1393182766dc4403c555c168d1a0..e610ac48c32c9935f2370443ff63f39c35aac9d2 100644 |
--- a/components/precache/core/precache_database.h |
+++ b/components/precache/core/precache_database.h |
@@ -115,6 +115,10 @@ class PrecacheDatabase { |
// Deletes unfinished work from the database. |
void DeleteUnfinishedWork(); |
+ // Precache quota. |
+ void SaveQuota(const PrecacheQuota& quota); |
+ PrecacheQuota GetQuota(); |
+ |
base::WeakPtr<PrecacheDatabase> GetWeakPtr(); |
private: |