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

Unified Diff: chrome/test/automation/automation_json_requests.h

Issue 6630001: Allow webdriver users to choose between sending the key events when... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 9 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/test/automation/automation_json_requests.h
===================================================================
--- chrome/test/automation/automation_json_requests.h (revision 77600)
+++ chrome/test/automation/automation_json_requests.h (working copy)
@@ -190,6 +190,14 @@
int tab_index,
const WebKeyEvent& key_event) WARN_UNUSED_RESULT;
+// Requests to send the WebKit event for the given |WebKeyEvent| to a
+// browser window containing the specified tab. Returns true on success.
+bool SendNativeWebKeyEventJSONRequest(
kkania 2011/03/10 17:00:47 drop the Web from this name
timothe faudot 2011/03/11 03:32:08 Done.
+ AutomationMessageSender* sender,
+ int browser_index,
+ int tab_index,
+ const WebKeyEvent& key_event) WARN_UNUSED_RESULT;
+
// Requests to wait for all tabs to stop loading. Returns true on success.
bool SendWaitForAllTabsToStopLoadingJSONRequest(
AutomationMessageSender* sender) WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698