| 1312 | } |
| 1313 | |
| 1314 | int IECommandExecutor::GetCurrentBrowser(BrowserHandle* browser_wrapper) const { |
| 1315 | LOG(TRACE) << "Entering IECommandExecutor::GetCurrentBrowser"; |
| 1316 | return this->GetManagedBrowser(this->current_browser_id_, browser_wrapper); |
| 1317 | } |
| 1318 | |
| 1319 | int IECommandExecutor::GetManagedBrowser(const std::string& browser_id, |
| 1320 | BrowserHandle* browser_wrapper) const { |
no test coverage detected