| Index: chrome/test/automation/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_messages_internal.h (revision 17483)
|
| +++ chrome/test/automation/automation_messages_internal.h (working copy)
|
| @@ -232,9 +232,9 @@
|
| // containing the result of a
|
| // javascript execution
|
|
|
| - // Is the Download Shelf visible for the specified tab?
|
| + // Is the Download Shelf visible for the specified browser?
|
| IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_ShelfVisibility,
|
| - int /* tab_handle */,
|
| + int /* browser_handle */,
|
| bool /* is_visible */)
|
|
|
| // This message requests the number of constrained windows in the tab with
|
| @@ -934,4 +934,9 @@
|
| int /* tab_handle */,
|
| int /* blocked_popup_count */)
|
|
|
| + // Sets Download Shelf visibility for the specified browser.
|
| + IPC_SYNC_MESSAGE_ROUTED2_0(AutomationMsg_SetShelfVisibility,
|
| + int /* browser_handle */,
|
| + bool /* is_visible */)
|
| +
|
| IPC_END_MESSAGES(Automation)
|
|
|