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

Unified Diff: chrome/test/webdriver/webdriver_capabilities_parser.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
Index: chrome/test/webdriver/webdriver_capabilities_parser.h
diff --git a/chrome/test/webdriver/webdriver_capabilities_parser.h b/chrome/test/webdriver/webdriver_capabilities_parser.h
index 233e9f16964f57a344360dfbff408aa219af36dc..c9dc7de81d046c1f8d72363394a64c9535d0f635 100644
--- a/chrome/test/webdriver/webdriver_capabilities_parser.h
+++ b/chrome/test/webdriver/webdriver_capabilities_parser.h
@@ -54,10 +54,6 @@ struct Capabilities {
// The minimum level to log for each log type.
LogLevel log_levels[LogType::kNum];
- // Whether Chrome should simulate input events using OS APIs instead of
- // WebKit APIs.
- bool native_events;
-
// By default, ChromeDriver configures Chrome in such a way as convenient
// for website testing. E.g., it configures Chrome so that sites are allowed
// to use the geolocation API without requesting the user's consent.
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_capabilities_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698