Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2153)

Unified Diff: chrome/browser/automation/ui_controls.h

Issue 1701006: Implement UI automation on the Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/automation/automation_provider_win.cc ('k') | chrome/browser/automation/ui_controls_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698