Home
last modified time | relevance | path

Searched refs:termination_reason (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
Dchrome_launcher.cc295 std::string termination_reason; in LaunchDesktopChrome() local
298 termination_reason = "exited normally"; in LaunchDesktopChrome()
301 termination_reason = "exited abnormally"; in LaunchDesktopChrome()
304 termination_reason = "was killed"; in LaunchDesktopChrome()
307 termination_reason = "crashed"; in LaunchDesktopChrome()
310 termination_reason = "unknown"; in LaunchDesktopChrome()
314 "Chrome failed to start: " + termination_reason); in LaunchDesktopChrome()