| 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 68dc655547be1bfab5ec3b214ab3f6068e4d3b35..137125b441246f8c587679913b6214ca6f6d20d2 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -418,7 +418,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 ==
|
|
|