Index: chrome/browser/automation/ui_controls.h |
=================================================================== |
--- chrome/browser/automation/ui_controls.h (revision 45975) |
+++ chrome/browser/automation/ui_controls.h (working copy) |
@@ -47,12 +47,14 @@ |
base::KeyboardCode key, |
bool control, |
bool shift, |
- bool alt); |
+ bool alt, |
+ bool command); |
bool SendKeyPressNotifyWhenDone(gfx::NativeWindow window, |
base::KeyboardCode key, |
bool control, |
bool shift, |
bool alt, |
+ bool command, |
Task* task); |
// Simulate a mouse move. (x,y) are absolute screen coordinates. |
@@ -86,6 +88,8 @@ |
views::View* view, |
#elif defined(TOOLKIT_GTK) |
GtkWidget* widget, |
+#elif defined(OS_MACOSX) |
+ NSWindow* window, |
#endif |
MouseButton button, |
int state, |