diff options
Diffstat (limited to 'content/browser/tracing/tracing_ui.cc')
-rw-r--r-- | content/browser/tracing/tracing_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tracing/tracing_ui.cc b/content/browser/tracing/tracing_ui.cc index a12962c..1d9574e 100644 --- a/content/browser/tracing/tracing_ui.cc +++ b/content/browser/tracing/tracing_ui.cc @@ -496,7 +496,7 @@ void TracingMessageHandler::OnTraceBufferPercentFullReply(float percent_full) { void TracingMessageHandler::OnGetKnownCategories(const base::ListValue* list) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); - if (!TraceController::GetInstance()->GetKnownCategoriesAsync(this)) { + if (!TraceController::GetInstance()->GetKnownCategoryGroupsAsync(this)) { std::set<std::string> ret; OnKnownCategoriesCollected(ret); } |