| 164 | } |
| 165 | |
| 166 | cef_keyboard_handler_t *_get_keyboard_handler() |
| 167 | { |
| 168 | return new DevToolsKeyboardHandler(); |
| 169 | } |
| 170 | }; |
| 171 | |
| 172 | void browser::open_devtools(cef_browser_t *browser) |
nothing calls this directly
no outgoing calls
no test coverage detected