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

Unified Diff: ui/events/keycodes/dom/dom_key.h

Issue 1214823002: Revert of [KeyboardEvent] Add embedder APIs to translate between Dom |key| enum and strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « content/child/blink_platform_impl.cc ('k') | ui/events/keycodes/dom_us_layout_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/dom/dom_key.h
diff --git a/ui/events/keycodes/dom/dom_key.h b/ui/events/keycodes/dom/dom_key.h
index 11fdc097444a371e7813c267d278c776baeb11dc..25ea09209b522e649fae8c8f5fe6e6a3438974d8 100644
--- a/ui/events/keycodes/dom/dom_key.h
+++ b/ui/events/keycodes/dom/dom_key.h
@@ -6,13 +6,6 @@
#define UI_EVENTS_KEYCODES_DOM3_DOM_KEY_H_
namespace ui {
-
-// This is specific for Blink Embedded API.
-// A base of 512 (0x400) is used to differentiate between
-// DOM |Key| printable and non-printable values.
-// DOM |Key| printable value is between 0 to 0x110000 and
-// DOM |Key| non-printable value is over 0x110000.
-#define DOM_KEY_PRINT_NON_DIFF 0x110000
#define DOM_KEY_MAP(key, id) id
#define DOM_KEY_MAP_DECLARATION enum class DomKey
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | ui/events/keycodes/dom_us_layout_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698