Searched refs:report_error_url (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/translate/core/browser/
H A Dtranslate_manager.cc265 GURL report_error_url = GURL(kReportLanguageDetectionErrorURL); local
267 report_error_url =
268 net::AppendQueryParameter(report_error_url,
272 report_error_url =
273 net::AppendQueryParameter(report_error_url,
277 report_error_url = translate::AddHostLocaleToUrl(report_error_url);
278 report_error_url = translate::AddApiKeyToUrl(report_error_url);
280 translate_client_->ShowReportLanguageDetectionErrorUI(report_error_url);
[all...]

Completed in 115 milliseconds