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

Unified Diff: base/trace_event/memory_allocator_dump.h

Issue 1104413002: [tracing] Get rid of MemoryAllocatorAttributesTypeInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplif_1
Patch Set: Created 5 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: base/trace_event/memory_allocator_dump.h
diff --git a/base/trace_event/memory_allocator_dump.h b/base/trace_event/memory_allocator_dump.h
index 1c786ab032ccba06fc3bba14baab9aee1fa63526..e8d3756bd512e608c3b6ff44b8d1570f12190fa0 100644
--- a/base/trace_event/memory_allocator_dump.h
+++ b/base/trace_event/memory_allocator_dump.h
@@ -8,7 +8,6 @@
#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/logging.h"
-#include "base/trace_event/memory_allocator_attributes_type_info.h"
#include "base/values.h"
namespace base {
@@ -82,10 +81,6 @@ class BASE_EXPORT MemoryAllocatorDump {
return process_memory_dump_;
}
- // Retrieves the map of allocator attributes types, which is shared by all
- // MemoryAllocatorDump(s) across all ProcessMemoryDump(s) per tracing session.
- const MemoryAllocatorAttributesTypeInfo& GetAttributesTypeInfo() const;
-
private:
const std::string allocator_name_;
const std::string heap_name_;
« no previous file with comments | « base/trace_event/memory_allocator_attributes_type_info_unittest.cc ('k') | base/trace_event/memory_allocator_dump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698