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

Unified Diff: content/browser/renderer_host/input/web_input_event_builders_android.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: content/browser/renderer_host/input/web_input_event_builders_android.cc
diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.cc b/content/browser/renderer_host/input/web_input_event_builders_android.cc
index c0ffc1b068390dd81b3aa1d67fcbf8c4fc405fef..666bde14df5532d68f2e6f9b31eeb9b093d6b96e 100644
--- a/content/browser/renderer_host/input/web_input_event_builders_android.cc
+++ b/content/browser/renderer_host/input/web_input_event_builders_android.cc
@@ -107,7 +107,6 @@ WebKeyboardEvent WebKeyboardEventBuilder::Build(
}
result.text[0] = result.unmodifiedText[0];
result.isSystemKey = is_system_key;
- result.setKeyIdentifierFromWindowsKeyCode();
return result;
}

Powered by Google App Engine
This is Rietveld 408576698