Index: chrome_frame/test/chrome_frame_test_utils.h |
=================================================================== |
--- chrome_frame/test/chrome_frame_test_utils.h (revision 48538) |
+++ chrome_frame/test/chrome_frame_test_utils.h (working copy) |
@@ -345,6 +345,11 @@ |
// Returns the version of Internet Explorer on the machine. |
IEVersion GetInstalledIEVersion(); |
+// Posts a delayed task to send an extended keystroke |repeat| times with an |
+// optional modifier via SendInput. Following this, the enter key is sent. |
+void DelaySendExtendedKeysEnter(TimedMsgLoop* loop, int delay, char c, |
+ int repeat, simulate_input::Modifier mod); |
+ |
// A convenience class to close all open IE windows at the end |
// of a scope. It's more convenient to do it this way than to |
// explicitly call chrome_frame_test::CloseAllIEWindows at the |