summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl b/chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl
index b7456431219..86832c9d1d4 100644
--- a/chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl
+++ b/chromium/third_party/blink/renderer/modules/keyboard/keyboard.idl
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(joedow): Remove RuntimeEnabled flag after the next branch point.
[
Exposed=Window,
- RuntimeEnabled=KeyboardLock,
SecureContext
] interface Keyboard {
// Keyboard Lock specification: https://w3c.github.io/keyboard-lock/
@@ -19,7 +17,6 @@
// Keyboard Map specification: https://wicg.github.io/keyboard-map/
[CallWith=ScriptState,
- RuntimeEnabled=KeyboardMap,
MeasureAs=KeyboardApiGetLayoutMap
] Promise<KeyboardLayoutMap> getLayoutMap();
};