Searched refs:report_error_url (Results 1 – 1 of 1) sorted by relevance
507 std::string report_error_url(kReportLanguageDetectionErrorURL); in ReportLanguageDetectionError() local508 report_error_url += "?client=cr&action=langidc&u="; in ReportLanguageDetectionError()509 report_error_url += EscapeUrlEncodedData(page_url.spec()); in ReportLanguageDetectionError()510 report_error_url += "&sl="; in ReportLanguageDetectionError()514 report_error_url += helper->language_state().original_language(); in ReportLanguageDetectionError()515 report_error_url += "&hl="; in ReportLanguageDetectionError()516 report_error_url += in ReportLanguageDetectionError()524 browser->AddSelectedTabWithURL(GURL(report_error_url), in ReportLanguageDetectionError()