Chromium Code Reviews| Index: chrome/common/automation_messages_internal.h |
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h |
| index a3924009212b9ab6d06de6a6c1255bd7a185eb8d..3812d04eeecf7300d335e1a9ec53871bc1a5614b 100644 |
| --- a/chrome/common/automation_messages_internal.h |
| +++ b/chrome/common/automation_messages_internal.h |
| @@ -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_SendJSONRequestWithBrowserIndex, |
|
kkania
2012/06/18 16:30:33
You eventually want to delete AutomationMsg_SendJS
craigdh
2012/06/19 00:19:35
Chromedriver uses AutomationMsg_SendJSONRequest us
kkania
2012/06/19 16:20:12
ChromeDriver always uses AutomationMsg_SendJSONReq
craigdh
2012/06/19 23:28:52
I did not realize Chromedriver only passes -1 as t
|
| + int /* window_index */, |
| + std::string /* JSON request */, |
| + std::string /* JSON response */, |
| + bool /* success */) |
| + |
| // Browser -> renderer messages. |
| // Requests a snapshot. |