| Index: mojo/services/input_events/interfaces/input_key_codes.mojom
|
| diff --git a/mojo/services/input_events/interfaces/input_key_codes.mojom b/mojo/services/input_events/interfaces/input_key_codes.mojom
|
| index f22b7b991802403f208c2e90f0bfb9ad3e880c3c..658f11685141225849f1710f3cad4819069d689f 100644
|
| --- a/mojo/services/input_events/interfaces/input_key_codes.mojom
|
| +++ b/mojo/services/input_events/interfaces/input_key_codes.mojom
|
| @@ -1,6 +1,7 @@
|
| // Copyright 2014 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| +// no-format
|
|
|
| [DartPackage="mojo_services"]
|
| module mojo;
|
| @@ -185,3 +186,4 @@ enum KeyboardCode {
|
| // VK_OEM_AX to represent AltGr, matching the behaviour of Firefox on Linux.
|
| ALTGR = 0xE1,
|
| };
|
| +// end-no-format
|
|
|