summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_messages_internal.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 23:10:00 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 23:10:00 +0000
commit673fd2c0970496cf45b4724510590c9bc2c313bc (patch)
treef7782e423be391ab2377c9bb2019e107a191ecfb /chrome/test/automation/automation_messages_internal.h
parentccd22a77a320bb0fc414a97d758fc002f40a907e (diff)
downloadchromium_src-673fd2c0970496cf45b4724510590c9bc2c313bc.zip
chromium_src-673fd2c0970496cf45b4724510590c9bc2c313bc.tar.gz
chromium_src-673fd2c0970496cf45b4724510590c9bc2c313bc.tar.bz2
Add support for the IE File->Save As command. This eventually ends up in Chrome via the new automation
message AutomationMsg_SaveAsAsync. Rest of the changes are to plumb this message across from IE to Chrome. Fixes bug http://code.google.com/p/chromium/issues/detail?id=24039 Bug=24039 Test=Launch IE with OptinUrls set to *. Navigate to google.com and select File->Save As. The dialog should popup. Review URL: http://codereview.chromium.org/563025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r--chrome/test/automation/automation_messages_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
index 2103646..a3f4945 100644
--- a/chrome/test/automation/automation_messages_internal.h
+++ b/chrome/test/automation/automation_messages_internal.h
@@ -1189,4 +1189,7 @@ IPC_BEGIN_MESSAGES(Automation)
int /* browser_handle */,
bool /* result */)
+ IPC_MESSAGE_ROUTED1(AutomationMsg_SaveAsAsync,
+ int /* tab handle */)
+
IPC_END_MESSAGES(Automation)