Searched refs:update_check_fetcher (Results 1 – 1 of 1) sorted by relevance
744 auto update_check_fetcher = std::make_unique<LibcurlHttpFetcher>( in BuildUpdateActions() local746 update_check_fetcher->set_server_to_check(ServerToCheck::kUpdate); in BuildUpdateActions()749 update_check_fetcher->set_no_network_max_retries(interactive ? 1 : 3); in BuildUpdateActions()750 update_check_fetcher->set_is_update_check(true); in BuildUpdateActions()752 nullptr, std::move(update_check_fetcher), false, session_id_); in BuildUpdateActions()