diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 39ce010..9d67065 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -965,4 +965,21 @@ IPC_BEGIN_MESSAGES(Automation) GURL /* url */, std::string /* cookie */) + IPC_MESSAGE_ROUTED1(AutomationMsg_SelectAll, + int /* tab handle */) + + IPC_MESSAGE_ROUTED1(AutomationMsg_Cut, + int /* tab handle */) + + IPC_MESSAGE_ROUTED1(AutomationMsg_Copy, + int /* tab handle */) + + IPC_MESSAGE_ROUTED1(AutomationMsg_Paste, + int /* tab handle */) + + IPC_MESSAGE_ROUTED1(AutomationMsg_ReloadAsync, + int /* tab handle */) + + IPC_MESSAGE_ROUTED1(AutomationMsg_StopAsync, + int /* tab handle */) IPC_END_MESSAGES(Automation) |