| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index ce767cc702a5d25f8569ceed5869fc1e1e55f9c6..9073ada8a538f9397f0f831b0fc66c4059262f8d 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -856,7 +856,7 @@ IPC_MESSAGE_CONTROL1(AutomationMsg_RemoveBrowsingData,
|
|
|
| // Generic pyauto pattern to help avoid future addition of
|
| // automation messages.
|
| -IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequest,
|
| +IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequestWithBrowserHandle,
|
| int /* browser_handle */,
|
| std::string /* JSON request */,
|
| std::string /* JSON response */,
|
| @@ -950,6 +950,14 @@ IPC_SYNC_MESSAGE_CONTROL0_2(AutomationMsg_GetTracingOutput,
|
| IPC_SYNC_MESSAGE_CONTROL0_1(AutomationMsg_GetMachPortCount,
|
| int /* number of Mach ports */)
|
|
|
| +// Generic pyauto pattern to help avoid future addition of
|
| +// automation messages.
|
| +IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequest,
|
| + int /* window_index */,
|
| + std::string /* JSON request */,
|
| + std::string /* JSON response */,
|
| + bool /* success */)
|
| +
|
| // Browser -> renderer messages.
|
|
|
| // Requests a snapshot.
|
|
|