| Index: chrome/test/automation/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_messages_internal.h (revision 9131)
|
| +++ chrome/test/automation/automation_messages_internal.h (working copy)
|
| @@ -31,7 +31,9 @@
|
| // since the PageCyclerReferenceTest depends on the correctness of the
|
| // message IDs across the builds.
|
|
|
| -IPC_BEGIN_MESSAGES(Automation)
|
| +// By using a start value of 0 for automation messages, we keep backward
|
| +// compatability with old builds.
|
| +IPC_BEGIN_MESSAGES(Automation, 0)
|
|
|
| // This message is fired when the AutomationProvider is up and running
|
| // in the app (the app is not fully up at this point).
|
| @@ -204,9 +206,7 @@
|
| IPC_MESSAGE_ROUTED2(AutomationMsg_RedirectsFromRequest,
|
| int, // tab handle
|
| GURL) // source URL
|
| - IPC_MESSAGE_ROUTED2(AutomationMsg_RedirectsFromResponse,
|
| - bool /* succeeded */,
|
| - std::vector<GURL> /* redirects */)
|
| + IPC_MESSAGE_EMPTY(AutomationMsg_RedirectsFromResponse)
|
|
|
| // This message asks the AutomationProvider whether a tab is waiting for
|
| // login info.
|
|
|