(msg)
| 211 | } |
| 212 | |
| 213 | onErrorMessage(msg) { |
| 214 | this.showNotification({ |
| 215 | type: 'error', |
| 216 | title: l10n.map.editor_error_header, |
| 217 | message: msg.error, |
| 218 | autoHide: false |
| 219 | }); |
| 220 | } |
| 221 | |
| 222 | logUserInput(type) { |
| 223 | this.port.emit('decrypt-inline-user-input', { |
nothing calls this directly
no outgoing calls
no test coverage detected