diff options
Diffstat (limited to 'base/debug/trace_event_impl.h')
-rw-r--r-- | base/debug/trace_event_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h index f4efb7d..5e22c0e 100644 --- a/base/debug/trace_event_impl.h +++ b/base/debug/trace_event_impl.h @@ -125,10 +125,6 @@ class BASE_EXPORT TraceEvent { void UpdateDuration(const TimeTicks& now, const TimeTicks& thread_now); // Serialize event data to JSON - static void AppendEventsAsJSON(const std::vector<TraceEvent>& events, - size_t start, - size_t count, - std::string* out); void AppendAsJSON(std::string* out) const; void AppendPrettyPrinted(std::ostringstream* out) const; |