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 fc091ede73b68aa9f13d1eda56d15fcb349b7ef7..f572284d5aea7f1484b768884f55f311e63c3d58 100644 |
--- a/content/browser/dom_storage/dom_storage_namespace.h |
+++ b/content/browser/dom_storage/dom_storage_namespace.h |
@@ -85,6 +85,8 @@ class CONTENT_EXPORT DOMStorageNamespace |
// Adds memory statistics to |pmd| for chrome://tracing. |
void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd); |
+ void GetOriginsWithAreas(std::vector<GURL>* origins) const; |
+ |
private: |
friend class base::RefCountedThreadSafe<DOMStorageNamespace>; |