| Index: components/tracing/tracing_messages.h
|
| diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
|
| index 792c476919e4eb8cba17fdbb49b4dba8ee262e11..5f3764d52a85067489154147567e9fadc65d109a 100644
|
| --- a/components/tracing/tracing_messages.h
|
| +++ b/components/tracing/tracing_messages.h
|
| @@ -16,9 +16,8 @@
|
| #define IPC_MESSAGE_START TracingMsgStart
|
|
|
| // Sent to all child processes to enable trace event recording.
|
| -IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing,
|
| - std::vector<std::string> /* included_categories */,
|
| - std::vector<std::string> /* excluded_categories */,
|
| +IPC_MESSAGE_CONTROL2(TracingMsg_BeginTracing,
|
| + std::string /* category_filter_str */,
|
| base::TimeTicks /* browser_time */)
|
|
|
| // Sent to all child processes to disable trace event recording.
|
|
|