summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authoramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-06 21:30:08 +0000
committeramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-06 21:30:08 +0000
commitdc7588ee74d08438c6475cc0202516a7f2a51b0e (patch)
tree7cf0293d1b3bb2ab5e4db8d172fdcce50312d8ce /chrome/test
parentcb6f584dd106ab452e5f76b82fa09c40e5428ffc (diff)
downloadchromium_src-dc7588ee74d08438c6475cc0202516a7f2a51b0e.zip
chromium_src-dc7588ee74d08438c6475cc0202516a7f2a51b0e.tar.gz
chromium_src-dc7588ee74d08438c6475cc0202516a7f2a51b0e.tar.bz2
Add url to AutomationMsg_DidNavigate
Automation clients can now find out the url navigated to instead of just index in the history. Review URL: http://codereview.chromium.org/39205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/automation/automation_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
index 96c779a..8fb532d 100644
--- a/chrome/test/automation/automation_messages_internal.h
+++ b/chrome/test/automation/automation_messages_internal.h
@@ -573,7 +573,7 @@ IPC_BEGIN_MESSAGES(Automation)
// and 0 means this was a redirect
// Response:
// None expected
- IPC_MESSAGE_ROUTED2(AutomationMsg_DidNavigate, int, int)
+ IPC_MESSAGE_ROUTED3(AutomationMsg_DidNavigate, int, int, GURL)
// This message requests the different security states of the page displayed
// in the specified tab.