Searched refs:report_error_url (Results 1 – 1 of 1) sorted by relevance
265 GURL report_error_url = GURL(kReportLanguageDetectionErrorURL); in ReportLanguageDetectionError() local267 report_error_url = in ReportLanguageDetectionError()268 net::AppendQueryParameter(report_error_url, in ReportLanguageDetectionError()272 report_error_url = in ReportLanguageDetectionError()273 net::AppendQueryParameter(report_error_url, in ReportLanguageDetectionError()277 report_error_url = translate::AddHostLocaleToUrl(report_error_url); in ReportLanguageDetectionError()278 report_error_url = translate::AddApiKeyToUrl(report_error_url); in ReportLanguageDetectionError()280 translate_client_->ShowReportLanguageDetectionErrorUI(report_error_url); in ReportLanguageDetectionError()