diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 01:35:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 01:35:30 +0000 |
commit | deb5740cb62d64c2e0b3746956fef66494fe49de (patch) | |
tree | 96917acb12243a0a9b3ff59f7e3425755aebe180 /chrome/test/automation/automation_messages_internal.h | |
parent | 083b0a6ce42c67ca904b025bef0c72b70e2de7b1 (diff) | |
download | chromium_src-deb5740cb62d64c2e0b3746956fef66494fe49de.zip chromium_src-deb5740cb62d64c2e0b3746956fef66494fe49de.tar.gz chromium_src-deb5740cb62d64c2e0b3746956fef66494fe49de.tar.bz2 |
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
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
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<GURL> /* redirects */) // This message asks the AutomationProvider whether a tab is waiting for // login info. |