diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 7b65d30..65555c3 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -1420,4 +1420,12 @@ IPC_BEGIN_MESSAGES(Automation) IPC_MESSAGE_ROUTED3(AutomationMsg_RunUnloadHandlers, int, gfx::NativeWindow, int) + // This message sets the current zoom level on the tab + // Request: + // -int: Tab handle + // -int: Zoom level. Values ZOOM_OUT = -1, RESET = 0, ZOOM_IN = 1 + // Response: + // None expected + IPC_MESSAGE_ROUTED2(AutomationMsg_SetZoomLevel, int, int) + IPC_END_MESSAGES(Automation) |