| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index e4501a2a4b4a0b54f0acba9f059bf6af4a252ac0..0efcb9fd47624cfb4548aa3488674a8458420b24 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -223,6 +223,9 @@ class CONTENT_EXPORT DOMStorageContextImpl
|
| void DeleteNextUnusedNamespace();
|
| void DeleteNextUnusedNamespaceInCommitSequence();
|
|
|
| + void DeleteAndClearStorageNamespaceForOrigin(const GURL& origin,
|
| + DOMStorageNamespace* local);
|
| +
|
| // Collection of namespaces keyed by id.
|
| StorageNamespaceMap namespaces_;
|
|
|
|
|