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

Unified Diff: components/mus/public/interfaces/input_key_codes.mojom

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: Created 4 years, 12 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/mus/public/interfaces/input_key_codes.mojom
diff --git a/components/mus/public/interfaces/input_key_codes.mojom b/components/mus/public/interfaces/input_key_codes.mojom
index ba3497f8e464e56580ab691debbc3511185e7cd5..48eb20007b4ab31969a47e3656aa20f27fcbd5d4 100644
--- a/components/mus/public/interfaces/input_key_codes.mojom
+++ b/components/mus/public/interfaces/input_key_codes.mojom
@@ -42,7 +42,7 @@ enum KeyboardCode {
EXECUTE = 0x2B,
SNAPSHOT = 0x2C,
INSERT = 0x2D,
- DELETE = 0x2E,
+ KEY_DELETE = 0x2E,
HELP = 0x2F,
NUM_0 = 0x30,
NUM_1 = 0x31,

Powered by Google App Engine
This is Rietveld 408576698