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

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

Issue 164446: linux: More automation porting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: automation ipc messages hack fix Created 11 years, 4 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/automation_provider.h
===================================================================
--- chrome/browser/automation/automation_provider.h (revision 23277)
+++ chrome/browser/automation/automation_provider.h (working copy)
@@ -177,11 +177,11 @@
int flags,
bool press_escape_en_route,
IPC::Message* reply_message);
+#endif // defined(OS_WIN)
void WindowSimulateClick(const IPC::Message& message,
- int handle,
- POINT click,
- int flags);
-#endif // defined(OS_WIN)
+ int handle,
+ const gfx::Point& click,
+ int flags);
void WindowSimulateKeyPress(const IPC::Message& message,
int handle,
wchar_t key,
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | chrome/test/automation/automation_messages_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698