| Index: chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.cc b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| index 98d8329a558fc3f8667c467ce14871e5f0ddd63b..6036542b4e776551e593120e36cd89f4f576885e 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| @@ -179,7 +179,7 @@ bool GeolocationInfoBarDelegate::LinkClicked(
|
|
|
| InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
| content::OpenURLParams(
|
| - google_util::AppendGoogleLocaleParam(GURL(kGeolocationLearnMoreUrl)),
|
| + GURL(kGeolocationLearnMoreUrl),
|
| content::Referrer(),
|
| (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
|
| content::PAGE_TRANSITION_LINK, false));
|
|
|