From fc6fb7fbf9aca6b58f8c99a08a6c376b95bbc1a3 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Sat, 7 Nov 2009 02:35:04 +0000 Subject: Basic wiring to enable downloads for CF's host browser network stack. A notable change here is that url automation job id's no longer exist and instead a request id is used. There's a 1 to 1 relation between a job and a request so this is more convenient. Review URL: http://codereview.chromium.org/355036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31363 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/automation_messages_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/test/automation') diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index e8f215c..f7ded561 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -1162,4 +1162,10 @@ IPC_BEGIN_MESSAGES(Automation) // gfx::Point - the location to move to IPC_MESSAGE_ROUTED2(AutomationMsg_WindowMouseMove, int, gfx::Point) + // Called when requests should be downloaded using a host browser's + // download mechanism when chrome is being embedded. + IPC_MESSAGE_ROUTED2(AutomationMsg_DownloadRequestInHost, + int /* tab_handle */, + int /* request_id */) + IPC_END_MESSAGES(Automation) -- cgit v1.1