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

Unified Diff: components/test_runner/text_input_controller.cc

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: Rebase Created 4 years, 5 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: components/test_runner/text_input_controller.cc
diff --git a/components/test_runner/text_input_controller.cc b/components/test_runner/text_input_controller.cc
index 64d2a75656f3862abd36021d2a06f29d8ba7e269..041eff98c8ac2a543b1279c406917d0c5468d73b 100644
--- a/components/test_runner/text_input_controller.cc
+++ b/components/test_runner/text_input_controller.cc
@@ -254,7 +254,6 @@ void TextInputController::SetComposition(const std::string& text) {
key_down.type = blink::WebInputEvent::RawKeyDown;
key_down.modifiers = 0;
key_down.windowsKeyCode = 0xE5; // VKEY_PROCESSKEY
- key_down.setKeyIdentifierFromWindowsKeyCode();
view()->handleInputEvent(key_down);
std::vector<blink::WebCompositionUnderline> underlines;
« no previous file with comments | « components/test_runner/event_sender.cc ('k') | content/browser/devtools/protocol/devtools_protocol_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698