Chromium Code Reviews| Index: components/feedback/tracing_manager.cc |
| diff --git a/components/feedback/tracing_manager.cc b/components/feedback/tracing_manager.cc |
| index 5298c2f0db79459bb097c5bac92e2397fe892c27..1f31a591abeb07158424d7ab7bbd2ff50f6501ed 100644 |
| --- a/components/feedback/tracing_manager.cc |
| +++ b/components/feedback/tracing_manager.cc |
| @@ -91,7 +91,8 @@ void TracingManager::DiscardTraceData(int id) { |
| void TracingManager::StartTracing() { |
| content::TracingController::GetInstance()->EnableRecording( |
| - "", content::TracingController::DEFAULT_OPTIONS, |
| + base::debug::CategoryFilter(""), |
|
jochen (gone - plz use gerrit)
2014/08/04 06:54:19
should be std::string() instead of ""
|
| + base::debug::TraceOptions(), |
| content::TracingController::EnableRecordingDoneCallback()); |
| } |