| Index: content/browser/dom_storage/dom_storage_context_wrapper.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| index 104ae996d62ab97d1c9a8c65ad66b7d0affe1442..d9ea39b75dc5bac50bc2433e961ec6c5ad8c3cea 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -54,6 +54,7 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
| const GetLocalStorageUsageCallback& callback) override;
|
| void GetSessionStorageUsage(
|
| const GetSessionStorageUsageCallback& callback) override;
|
| + void DeleteLocalStorageForPhysicalOrigin(const GURL& origin) override;
|
| void DeleteLocalStorage(const GURL& origin) override;
|
| void DeleteSessionStorage(const SessionStorageUsageInfo& usage_info) override;
|
| void SetSaveSessionStorageOnDisk() override;
|
|
|