| Index: chrome/browser/plugins/plugin_infobar_delegates.cc
|
| diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| index a73d0fc2b273e1deb5e881e4030e2e06a8da9ff5..52c8a0e25c84a7095db771aa95a1ed24360f54c7 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| @@ -393,8 +393,8 @@ bool PluginInstallerInfoBarDelegate::LinkClicked(
|
| WindowOpenDisposition disposition) {
|
| GURL url(plugin_metadata_->help_url());
|
| if (url.is_empty()) {
|
| - url = google_util::AppendGoogleLocaleParam(GURL(
|
| - "https://www.google.com/support/chrome/bin/answer.py?answer=142064"));
|
| + url = GURL(
|
| + "https://www.google.com/support/chrome/bin/answer.py?answer=142064");
|
| }
|
| InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
| content::OpenURLParams(
|
|
|