| Index: chrome/common/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/automation_messages_internal.h (revision 144867)
|
| +++ chrome/common/automation_messages_internal.h (working copy)
|
| @@ -857,7 +857,7 @@
|
| // Generic pyauto pattern to help avoid future addition of
|
| // automation messages.
|
| IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequest,
|
| - int /* window_index */,
|
| + int /* browser_handle */,
|
| std::string /* JSON request */,
|
| std::string /* JSON response */,
|
| bool /* success */)
|
| @@ -950,14 +950,6 @@
|
| 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_SendJSONRequestWithBrowserHandle,
|
| - int /* browser_handle */,
|
| - std::string /* JSON request */,
|
| - std::string /* JSON response */,
|
| - bool /* success */)
|
| -
|
| // Browser -> renderer messages.
|
|
|
| // Requests a snapshot.
|
|
|