| Index: chrome/test/automation/automation_messages_internal.h
|
| diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
|
| index 0616aea733e15c76ebcb47ea726f1994578fd072..d2f7458ad5e8f962d6a9f5b90119a26e8157a9c8 100644
|
| --- a/chrome/test/automation/automation_messages_internal.h
|
| +++ b/chrome/test/automation/automation_messages_internal.h
|
| @@ -1016,6 +1016,16 @@ IPC_BEGIN_MESSAGES(Automation)
|
| IPC_SYNC_MESSAGE_ROUTED0_1(AutomationMsg_GetFilteredInetHitCount,
|
| int /* hit_count */)
|
|
|
| + // Is the browser in fullscreen mode?
|
| + IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_IsFullscreen,
|
| + int /* browser_handle */,
|
| + bool /* is_fullscreen */)
|
| +
|
| + // Is the fullscreen bubble visible?
|
| + IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_IsFullscreenBubbleVisible,
|
| + int /* browser_handle */,
|
| + bool /* is_visible */)
|
| +
|
| #if defined(OS_LINUX) || defined(OS_MACOSX)
|
| // See previous definition of this message for explanation of why it is
|
| // defined twice.
|
|
|