(request)
| 273 | |
| 274 | // The following messages are exchanged between frames while link-hints mode is active. |
| 275 | updateKeyState(request) { |
| 276 | this.linkHintsMode.updateKeyState(request); |
| 277 | }, |
| 278 | rotateHints() { |
| 279 | this.linkHintsMode.rotateHints(); |
| 280 | }, |
nothing calls this directly
no test coverage detected