| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| index 85877cc7eb4440cfb8358d7f32c6a38dba042397..4f2c67fff990448ba92ddbcd76dafdb70bf91851 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -453,7 +453,8 @@ void SafeBrowsingBlockingPage::CommandReceived(const std::string& cmd) {
|
| base::StringPrintf(kSbDiagnosticUrl,
|
| net::EscapeQueryParamValue(bad_url_spec, true).c_str());
|
| GURL diagnostic_url(diagnostic);
|
| - diagnostic_url = google_util::AppendGoogleLocaleParam(diagnostic_url);
|
| + diagnostic_url = google_util::AppendGoogleLocaleParam(
|
| + diagnostic_url, g_browser_process->GetApplicationLocale());
|
| DCHECK(unsafe_resources_[element_index].threat_type ==
|
| SB_THREAT_TYPE_URL_MALWARE ||
|
| unsafe_resources_[element_index].threat_type ==
|
|
|