| 159 | } |
| 160 | |
| 161 | cef_life_span_handler_t *_get_life_span_handler() |
| 162 | { |
| 163 | return new DevToolsLifeSpan(parent_id_); |
| 164 | } |
| 165 | |
| 166 | cef_keyboard_handler_t *_get_keyboard_handler() |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected