Index: chrome/browser/infobars/insecure_content_infobar_delegate.cc |
diff --git a/chrome/browser/infobars/insecure_content_infobar_delegate.cc b/chrome/browser/infobars/insecure_content_infobar_delegate.cc |
index aa1620ab02954474665ad036ee28ff2d824c6cc4..0b7f2fb16cbe7cc4ff131b5ec694157957ef838c 100644 |
--- a/chrome/browser/infobars/insecure_content_infobar_delegate.cc |
+++ b/chrome/browser/infobars/insecure_content_infobar_delegate.cc |
@@ -111,9 +111,8 @@ bool InsecureContentInfoBarDelegate::LinkClicked( |
WindowOpenDisposition disposition) { |
InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL( |
content::OpenURLParams( |
- google_util::AppendGoogleLocaleParam(GURL( |
- "https://www.google.com/" |
- "support/chrome/bin/answer.py?answer=1342714")), |
+ GURL("https://www.google.com/" |
+ "support/chrome/bin/answer.py?answer=1342714"), |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
content::PAGE_TRANSITION_LINK, false)); |