| Index: content/browser/dom_storage/dom_storage_database.h
|
| diff --git a/content/browser/dom_storage/dom_storage_database.h b/content/browser/dom_storage/dom_storage_database.h
|
| index 75416374edee676e1a5ce2f7e27a52edd709df1f..2c75694fb157e0520966d2f12a10c43e8cd9e9a0 100644
|
| --- a/content/browser/dom_storage/dom_storage_database.h
|
| +++ b/content/browser/dom_storage/dom_storage_database.h
|
| @@ -43,6 +43,8 @@ class CONTENT_EXPORT DOMStorageDatabase {
|
| // Simple getter for the path we were constructed with.
|
| const base::FilePath& file_path() const { return file_path_; }
|
|
|
| + void TrimDatabase();
|
| +
|
| protected:
|
| // Constructor that uses an in-memory sqlite database, for testing.
|
| DOMStorageDatabase();
|
|
|