| Index: content/browser/devtools/protocol/tracing_handler.cc
|
| diff --git a/content/browser/devtools/protocol/tracing_handler.cc b/content/browser/devtools/protocol/tracing_handler.cc
|
| index de70cc652702e37a5d79c94a0874ffa9698b89a2..11a508b8297611382c0a01af415500d3926bd21d 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler.cc
|
| +++ b/content/browser/devtools/protocol/tracing_handler.cc
|
| @@ -269,7 +269,7 @@
|
| size_t approximate_event_count) {
|
| // TODO(crbug426117): remove set_value once all clients have switched to
|
| // the new interface of the event.
|
| - frontend_->BufferUsage(percent_full, approximate_event_count, percent_full);
|
| + frontend_->BufferUsage(percent_full, percent_full, approximate_event_count);
|
| }
|
|
|
| void TracingHandler::OnCategoriesReceived(
|
|
|