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

Unified Diff: chrome/test/webdriver/webdriver_key_converter_unittest.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_key_converter_unittest.cc
===================================================================
--- chrome/test/webdriver/webdriver_key_converter_unittest.cc (revision 184354)
+++ chrome/test/webdriver/webdriver_key_converter_unittest.cc (working copy)
@@ -140,10 +140,9 @@
TEST(WebDriverKeyConverter, FrenchKeyOnEnglishLayout) {
WebKeyEvent event_array[] = {
CreateKeyDownEvent(ui::VKEY_UNKNOWN, 0),
- CreateCharEvent(base::WideToUTF8(L"\u00E9"),
- base::WideToUTF8(L"\u00E9"), 0),
+ CreateCharEvent(WideToUTF8(L"\u00E9"), WideToUTF8(L"\u00E9"), 0),
CreateKeyUpEvent(ui::VKEY_UNKNOWN, 0)};
- CheckEventsReleaseModifiers(base::WideToUTF16(L"\u00E9"),
+ CheckEventsReleaseModifiers(WideToUTF16(L"\u00E9"),
event_array, arraysize(event_array));
}
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698