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..90bb0c5e56ec84a4b00fc510ce75d974ed375b13 100644 |
--- a/content/browser/dom_storage/dom_storage_database.h |
+++ b/content/browser/dom_storage/dom_storage_database.h |
@@ -43,6 +43,9 @@ class CONTENT_EXPORT DOMStorageDatabase { |
// Simple getter for the path we were constructed with. |
const base::FilePath& file_path() const { return file_path_; } |
+ // Reduce the size of sqlite caches. |
+ void TrimMemory(); |
+ |
protected: |
// Constructor that uses an in-memory sqlite database, for testing. |
DOMStorageDatabase(); |