| Index: webkit/database/database_tracker.h
|
| diff --git a/webkit/database/database_tracker.h b/webkit/database/database_tracker.h
|
| index d1d5a43c6c3fe7675a2edc561d08306550804066..f7468e4e9741b7ff1a1a9d94a594a686f0559e20 100644
|
| --- a/webkit/database/database_tracker.h
|
| +++ b/webkit/database/database_tracker.h
|
| @@ -126,6 +126,7 @@ class DatabaseTracker
|
| void SetOriginQuota(const string16& origin_identifier, int64 new_quota);
|
| void SetOriginQuotaInMemory(const string16& origin_identifier,
|
| int64 new_quota);
|
| + void ResetOriginQuotaInMemory(const string16& origin_identifier);
|
|
|
| int64 GetDefaultQuota() { return default_quota_; }
|
| // Sets the default quota for all origins. Should be used in tests only.
|
|
|