| 99 | |
| 100 | bool is_closing(void) const { return this->is_closing_; } |
| 101 | bool is_awaiting_new_process(void) const { return this->is_awaiting_new_process_; } |
| 102 | |
| 103 | std::string browser_id(void) const { return this->browser_id_; } |
| 104 | HWND window_handle(void) const { return this->window_handle_; } |