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

Unified Diff: base/trace_event/heap_profiler_heap_dump_writer_unittest.cc

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Add 'version' field. Created 3 years, 11 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/heap_profiler_heap_dump_writer_unittest.cc
diff --git a/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc b/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
index 800b6235ea6d1e2e648b27ebb843acd4d4e70548..0e8de5afe9b1e42a153a2f9f6bc02926f28438ac 100644
--- a/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
+++ b/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
@@ -21,6 +21,7 @@
#include "base/values.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if 0
namespace {
using base::trace_event::StackFrame;
@@ -331,3 +332,4 @@ TEST(HeapDumpWriterTest, InsignificantValuesNotDumped) {
} // namespace internal
} // namespace trace_event
} // namespace base
+#endif

Powered by Google App Engine
This is Rietveld 408576698