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. |