| 568 | } |
| 569 | |
| 570 | bool Browser::IsValidWindow() { |
| 571 | LOG(TRACE) << "Entering Browser::IsValidWindow"; |
| 572 | // This is a no-op for this class. Full browser windows can properly notify |
| 573 | // of their window's validity by using the proper events. |
| 574 | return true; |
| 575 | } |
| 576 | |
| 577 | bool Browser::IsBusy() { |
| 578 | VARIANT_BOOL is_busy(VARIANT_FALSE); |
no test coverage detected