Searched refs:download_fetcher (Results 1 – 1 of 1) sorted by relevance
763 LibcurlHttpFetcher* download_fetcher = new LibcurlHttpFetcher( in BuildUpdateActions() local765 download_fetcher->set_server_to_check(ServerToCheck::kDownload); in BuildUpdateActions()767 download_fetcher->set_max_retry_count(kDownloadMaxRetryCountInteractive); in BuildUpdateActions()768 download_fetcher->SetHeader(kXGoogleUpdateSessionId, session_id_); in BuildUpdateActions()773 download_fetcher, // passes ownership in BuildUpdateActions()