| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index a9ee3dc7cfe5405c4f25252ef06cdb013cba9695..107067ad6d487da1686d445f17a84a2d72ce0d5a 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -928,7 +928,7 @@ IPC_MESSAGE_ROUTED1(AutomationMsg_MoveWindow,
|
| // Call BeginTracing on the browser TraceController. This will tell all
|
| // processes to start collecting trace events via base/debug/trace_event.h.
|
| IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_BeginTracing,
|
| - std::string /* categories */,
|
| + std::string /* category_patterns */,
|
| bool /* success */)
|
|
|
| // End tracing (called after BeginTracing). This blocks until tracing has
|
|
|