HomeSort by relevance Sort by last modified time
    Searched full:report_error_url (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/translate/
translate_manager.cc 548 GURL report_error_url = GURL(kReportLanguageDetectionErrorURL); local
551 report_error_url = net::AppendQueryParameter(
552 report_error_url,
558 report_error_url = net::AppendQueryParameter(
559 report_error_url,
563 report_error_url = TranslateURLUtil::AddHostLocaleToUrl(report_error_url);
564 report_error_url = TranslateURLUtil::AddApiKeyToUrl(report_error_url);
566 chrome::AddSelectedTabWithURL(browser, report_error_url,
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager.cc 507 std::string report_error_url(kReportLanguageDetectionErrorURL);
508 report_error_url += "?client=cr&action=langidc&u=";
509 report_error_url += EscapeUrlEncodedData(page_url.spec());
510 report_error_url += "&sl=";
514 report_error_url += helper->language_state().original_language();
515 report_error_url += "&hl=";
516 report_error_url +=
524 browser->AddSelectedTabWithURL(GURL(report_error_url),

Completed in 1128 milliseconds