Index: chrome/browser/media/media_stream_infobar_delegate.cc |
diff --git a/chrome/browser/media/media_stream_infobar_delegate.cc b/chrome/browser/media/media_stream_infobar_delegate.cc |
index 81ce834c5cfb69cc226835c1df5c74f291b31ae1..99f5bab4c13d5780919dbf768c12747b638e8b6e 100644 |
--- a/chrome/browser/media/media_stream_infobar_delegate.cc |
+++ b/chrome/browser/media/media_stream_infobar_delegate.cc |
@@ -140,8 +140,7 @@ bool MediaStreamInfoBarDelegate::LinkClicked( |
WindowOpenDisposition disposition) { |
InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL( |
content::OpenURLParams( |
- google_util::AppendGoogleLocaleParam( |
- GURL(chrome::kMediaAccessLearnMoreUrl)), |
+ GURL(chrome::kMediaAccessLearnMoreUrl), |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
content::PAGE_TRANSITION_LINK, false)); |