| OLD | NEW |
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 module ash.mojom; |
| 6 |
| 7 // This is added to KeyEvents that ash has an accelerator for. This is only used |
| 8 // for accelerators ash does not handle immediately. That is, those the target |
| 9 // is given priority to process. |
| 10 // No value is set for this property, the presence indicates ash has an |
| 11 // accelerator. |
| 12 const string kWillProcessAccelerator_KeyEventProperty = |
| 13 "ash:will-process-accelerator"; |
| OLD | NEW |