| 226 | } |
| 227 | |
| 228 | void GrPluginInterface::OnCommand(const std::string& command) { |
| 229 | |
| 230 | } |
| 231 | |
| 232 | void GrPluginInterface::OnNewClientConnected(const std::string& visitor_device_id, const std::string& stream_id, const std::string& conn_type) { |
| 233 | no_connected_clients_counter_ = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected