| Index: base/test/trace_event_analyzer.h
|
| diff --git a/base/test/trace_event_analyzer.h b/base/test/trace_event_analyzer.h
|
| index 0e2366bbb19c8e89b2bc91526dc4e2f013e47907..24204a9dee8082837bc7b4474fc14d239c41e500 100644
|
| --- a/base/test/trace_event_analyzer.h
|
| +++ b/base/test/trace_event_analyzer.h
|
| @@ -573,7 +573,9 @@ class TraceAnalyzer {
|
| static TraceAnalyzer* Create(const std::string& json_events)
|
| WARN_UNUSED_RESULT;
|
|
|
| - void SetIgnoreMetadataEvents(bool ignore) { ignore_metadata_events_ = true; }
|
| + void SetIgnoreMetadataEvents(bool ignore) {
|
| + ignore_metadata_events_ = ignore;
|
| + }
|
|
|
| // Associate BEGIN and END events with each other. This allows Query(OTHER_*)
|
| // to access the associated event and enables Query(EVENT_DURATION).
|
|
|