| 375 | } |
| 376 | |
| 377 | std::shared_ptr<MessageNotifier> GrApplication::GetMessageNotifier() { |
| 378 | return msg_notifier_; |
| 379 | } |
| 380 | |
| 381 | bool GrApplication::CheckLocalDeviceInfoWithPopup() { |
| 382 | auto r = this->IsDeviceInfoOk(); |
no outgoing calls
no test coverage detected