summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/simulate_input.h
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 21:39:51 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 21:39:51 +0000
commitc664fd23d97eaf5ed133d41f164708a034f36d4d (patch)
tree8e87791f2a708e6fcf7513a539b760aa5e47db15 /chrome_frame/test/simulate_input.h
parent2db34723bbd8cb556f70823c0f44cdce342bfbb8 (diff)
downloadchromium_src-c664fd23d97eaf5ed133d41f164708a034f36d4d.zip
chromium_src-c664fd23d97eaf5ed133d41f164708a034f36d4d.tar.gz
chromium_src-c664fd23d97eaf5ed133d41f164708a034f36d4d.tar.bz2
Revert 48527 - Add chrome frame tests for common navigation cases to ensure IE still works.
BUG=none TEST=none Review url: http://codereview.chromium.org/2173002 Review URL: http://codereview.chromium.org/2374002 TBR=kkania@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/simulate_input.h')
-rw-r--r--chrome_frame/test/simulate_input.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome_frame/test/simulate_input.h b/chrome_frame/test/simulate_input.h
index fab22a8..135c310 100644
--- a/chrome_frame/test/simulate_input.h
+++ b/chrome_frame/test/simulate_input.h
@@ -37,11 +37,8 @@ void SetKeyboardFocusToWindow(HWND window);
void SendMnemonic(WORD mnemonic_char, Modifier modifiers, bool extended,
bool unicode);
-// Sends a mouse click to the desktop.
+// Sends a mouse click to the window passed in.
enum MouseButton { LEFT, RIGHT, MIDDLE, X };
-void SendMouseClick(int x, int y, MouseButton button);
-// Sends a mouse click to the window passed in, after ensuring that the window
-// is in the foreground.
void SendMouseClick(HWND window, int x, int y, MouseButton button);
// Translates a single char to a virtual key.