| 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 0efcb9fd47624cfb4548aa3488674a8458420b24..1430fc00aa1e77316ee427a85aa609b4c44d0a7d 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -133,7 +133,8 @@ class CONTENT_EXPORT DOMStorageContextImpl
|
| void GetLocalStorageUsage(std::vector<LocalStorageUsageInfo>* infos,
|
| bool include_file_info);
|
| void GetSessionStorageUsage(std::vector<SessionStorageUsageInfo>* infos);
|
| - void DeleteLocalStorage(const GURL& origin);
|
| + void DeleteLocalStorageForPhysicalOrigin(const GURL& origin_url);
|
| + void DeleteLocalStorage(const GURL& origin_url);
|
| void DeleteSessionStorage(const SessionStorageUsageInfo& usage_info);
|
|
|
| // Used by content settings to alter the behavior around
|
| @@ -223,9 +224,6 @@ class CONTENT_EXPORT DOMStorageContextImpl
|
| void DeleteNextUnusedNamespace();
|
| void DeleteNextUnusedNamespaceInCommitSequence();
|
|
|
| - void DeleteAndClearStorageNamespaceForOrigin(const GURL& origin,
|
| - DOMStorageNamespace* local);
|
| -
|
| // Collection of namespaces keyed by id.
|
| StorageNamespaceMap namespaces_;
|
|
|
|
|