| 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 ee725c86e7591f4ef7f85a4c81c14c4c77e8a021..a4c3a1f8a10b449e400183c1ec69eaa6a3cc3466 100644
|
| --- a/chrome/test/automation/automation_messages_internal.h
|
| +++ b/chrome/test/automation/automation_messages_internal.h
|
| @@ -1396,4 +1396,11 @@ IPC_BEGIN_MESSAGES(Automation)
|
| IPC_SYNC_MESSAGE_ROUTED3_1(AutomationMsg_DeleteCookie, GURL, std::string,
|
| int, bool)
|
|
|
| + // Waits for the download shelf to appear or disappear (depending on
|
| + // |visibility|) and sets |success| to true on success.
|
| + IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_WaitForDownloadShelfVisibilityChange,
|
| + int /* browser handle */,
|
| + bool /* visibility */,
|
| + bool /* success */)
|
| +
|
| IPC_END_MESSAGES(Automation)
|
|
|