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

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

Issue 1900793003: Allow to clear session and local storage when not backed on disk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_namespace.h
diff --git a/content/browser/dom_storage/dom_storage_namespace.h b/content/browser/dom_storage/dom_storage_namespace.h
index 238b7ca554e75c65c94d646cf6963b71457049af..f06012bc1624f8d45562a3a1d8e95d95382bf415 100644
--- a/content/browser/dom_storage/dom_storage_namespace.h
+++ b/content/browser/dom_storage/dom_storage_namespace.h
@@ -52,6 +52,7 @@ class CONTENT_EXPORT DOMStorageNamespace
const std::string& persistent_namespace_id() const {
return persistent_namespace_id_;
}
+ void ReadOrigins(std::vector<GURL>* origins) const;
michaeln 2016/05/05 00:38:23 Can you rename to GetOriginsWithAreas()? The more
Julien Isorce Samsung 2016/05/05 11:05:04 Done.
// Returns the storage area for the given origin,
// creating instance if needed. Each call to open

Powered by Google App Engine
This is Rietveld 408576698