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

Unified Diff: chrome/test/webdriver/commands/session_with_id.cc

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
« no previous file with comments | « chrome/test/webdriver/commands/create_session.cc ('k') | chrome/test/webdriver/session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/commands/session_with_id.cc
===================================================================
--- chrome/test/webdriver/commands/session_with_id.cc (revision 79882)
+++ chrome/test/webdriver/commands/session_with_id.cc (working copy)
@@ -54,6 +54,7 @@
// Custom non-standard session info.
temp_value->SetString("chrome.chromedriverVersion", "1.0");
temp_value->SetString("chrome.automationVersion", chrome::kChromeVersion);
+ temp_value->SetBoolean("chrome.nativeEvents", session_->use_native_events());
response->SetStatus(kSuccess);
response->SetValue(temp_value);
« no previous file with comments | « chrome/test/webdriver/commands/create_session.cc ('k') | chrome/test/webdriver/session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698