Index: storage/browser/quota/quota_database.h |
diff --git a/storage/browser/quota/quota_database.h b/storage/browser/quota/quota_database.h |
index 09e90b34bfeb4e28157144fae2dc5999f2240605..e95fba801dd5a148d8d895b09983a1e2c921e518 100644 |
--- a/storage/browser/quota/quota_database.h |
+++ b/storage/browser/quota/quota_database.h |
@@ -162,6 +162,8 @@ class STORAGE_EXPORT_PRIVATE QuotaDatabase { |
bool EnsureDatabaseVersion(); |
bool ResetSchema(); |
bool UpgradeSchema(int current_version); |
+ bool InsertOrReplaceHostQuota( |
+ const std::string& host, StorageType type, int64 quota); |
static bool CreateSchema( |
sql::Connection* database, |