Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(942)

Unified Diff: content/browser/dom_storage/dom_storage_context_impl.h

Issue 2005783005: Re-enable storage for Suborigins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698