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

Unified Diff: chrome/browser/automation/testing_automation_provider.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/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 76851)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -772,6 +772,17 @@
DictionaryValue* args,
IPC::Message* reply_message);
+ // Sends a web keyboard event to the active browser window.
+ // Uses the JSON interface for input/output.
+ void SendKeyEventToActiveBrowserWindow(Browser* browser,
+ DictionaryValue* args,
+ IPC::Message* reply_message);
+
+ bool BuildNativeWebKeyEventFromArgs(DictionaryValue* args,
Paweł Hajdan Jr. 2011/03/08 09:25:13 nit: This should have a brief comment.
timothe faudot 2011/03/08 09:34:23 Done.
+ IPC::Message* reply_message,
+ NativeWebKeyboardEvent* event);
+
+
// Determines whether each relevant section of the NTP is in thumbnail mode.
void GetNTPThumbnailMode(Browser* browser,
DictionaryValue* args,

Powered by Google App Engine
This is Rietveld 408576698