diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 8430172..d938b9f 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -551,9 +551,12 @@ IPC_BEGIN_MESSAGES(Automation) // - bool: |reverse| // true: Focus will be set to the last focusable element // false: Focus will be set to the first focusable element + // - bool: |restore_focus_to_view| + // true: The renderer view associated with the current tab will be + // infomed that it is receiving focus. // Response: // None expected - IPC_MESSAGE_ROUTED2(AutomationMsg_SetInitialFocus, int, bool) + IPC_MESSAGE_ROUTED3(AutomationMsg_SetInitialFocus, int, bool, bool) // This message is an outgoing message from Chrome to an external host. // It is a request to open a url |