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

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

Issue 1644633007: Marks KeyboardCode as extensible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 48eb20007b4ab31969a47e3656aa20f27fcbd5d4..26526df237518edfaab52fc2b051be3d06975fed 100644
--- a/components/mus/public/interfaces/input_key_codes.mojom
+++ b/components/mus/public/interfaces/input_key_codes.mojom
@@ -7,6 +7,8 @@ module mus.mojom;
// Cross platform keyboard codes.
//
// Because the web has standardized on Win32 keyboard codes, so does mojo.
+// TODO: shouldn't need extensible, see http://crbug.com/582279
+[Extensible=True]
enum KeyboardCode {
BACK = 0x08,
TAB = 0x09,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698