| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index 00167ee71e81f07a3ce76953edaacd0c74eb7767..9156209a8ccfaf417c907c24b2c2277853907846 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
|
|
|