| 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..fc091ede73b68aa9f13d1eda56d15fcb349b7ef7 100644
|
| --- a/content/browser/dom_storage/dom_storage_namespace.h
|
| +++ b/content/browser/dom_storage/dom_storage_namespace.h
|
| @@ -15,6 +15,12 @@
|
| #include "content/common/content_export.h"
|
| #include "url/gurl.h"
|
|
|
| +namespace base {
|
| +namespace trace_event {
|
| +class ProcessMemoryDump;
|
| +}
|
| +}
|
| +
|
| namespace content {
|
|
|
| class DOMStorageArea;
|
| @@ -76,6 +82,9 @@ class CONTENT_EXPORT DOMStorageNamespace
|
|
|
| unsigned int CountInMemoryAreas() const;
|
|
|
| + // Adds memory statistics to |pmd| for chrome://tracing.
|
| + void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd);
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<DOMStorageNamespace>;
|
|
|
|
|