From deb5740cb62d64c2e0b3746956fef66494fe49de Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 6 Feb 2009 01:35:30 +0000 Subject: Commit my changes that simplify automation message unpacking. TBR=amit Review URL: http://codereview.chromium.org/24002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9299 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/automation_messages_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '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 7a604fe..05290d0d 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -204,7 +204,9 @@ IPC_BEGIN_MESSAGES(Automation) IPC_MESSAGE_ROUTED2(AutomationMsg_RedirectsFromRequest, int, // tab handle GURL) // source URL - IPC_MESSAGE_EMPTY(AutomationMsg_RedirectsFromResponse) + IPC_MESSAGE_ROUTED2(AutomationMsg_RedirectsFromResponse, + bool /* succeeded */, + std::vector /* redirects */) // This message asks the AutomationProvider whether a tab is waiting for // login info. -- cgit v1.1