| 644 | } |
| 645 | |
| 646 | void TabServer::OnTabHide() { |
| 647 | TabBase::OnTabHide(); |
| 648 | } |
| 649 | |
| 650 | void TabServer::RegisterMessageListener() { |
| 651 | msg_listener_ = context_->GetMessageNotifier()->CreateListener(); |
nothing calls this directly
no outgoing calls
no test coverage detected