void ChildProcessProxy::connect() { ASSERT(!m_processLauncher); ProcessLauncher::LaunchOptions launchOptions; getLaunchOptions(launchOptions); m_processLauncher = ProcessLauncher::create(this, launchOptions); }
bool GUITestService::isGuiTestServiceNeeded() { return getLaunchOptions(AppContext::getCMDLineRegistry()) != NONE; }