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

Unified Diff: chrome/test/webdriver/webdriver_automation.h

Issue 11818029: [chromedriver] Remove support for simulating OS-level key events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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
« no previous file with comments | « chrome/test/webdriver/test/chromedriver_tests.py ('k') | chrome/test/webdriver/webdriver_automation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_automation.h
diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h
index 77bb30dc459141a52be9b5c959646343a9168c0b..db8d9815978fd6ed14a630b0a8a690a69d038b2f 100644
--- a/chrome/test/webdriver/webdriver_automation.h
+++ b/chrome/test/webdriver/webdriver_automation.h
@@ -97,13 +97,6 @@ class Automation {
const WebKeyEvent& key_event,
Error** error);
- // Sends an OS level key event to the current browser. Waits until the key
- // has been processed by the browser.
- void SendNativeKeyEvent(const WebViewId& view_id,
- ui::KeyboardCode key_code,
- int modifiers,
- Error** error);
-
// Sends a web mouse event to the given view. Waits until the event has
// been processed by the view.
void SendWebMouseEvent(const WebViewId& view_id,
« no previous file with comments | « chrome/test/webdriver/test/chromedriver_tests.py ('k') | chrome/test/webdriver/webdriver_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698