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, 4 insertions, 4 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 05290d0d..a22818c 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -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_BEGIN_MESSAGES(Automation) 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. |