| Index: content/browser/dom_storage/local_storage_context_mojo.h
|
| diff --git a/content/browser/dom_storage/local_storage_context_mojo.h b/content/browser/dom_storage/local_storage_context_mojo.h
|
| index c6fea56a4b85a123fca2005affad8a2e6b47b0f5..e9d2f532952e86e484bad1761a59273df192f99c 100644
|
| --- a/content/browser/dom_storage/local_storage_context_mojo.h
|
| +++ b/content/browser/dom_storage/local_storage_context_mojo.h
|
| @@ -40,6 +40,7 @@ class CONTENT_EXPORT LocalStorageContextMojo {
|
| void DeleteStorage(const url::Origin& origin);
|
| // Like DeleteStorage(), but also deletes storage for all sub-origins.
|
| void DeleteStorageForPhysicalOrigin(const url::Origin& origin);
|
| + void Flush();
|
|
|
| void SetDatabaseForTesting(leveldb::mojom::LevelDBDatabasePtr database);
|
|
|
|
|