diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 17:10:21 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 17:10:21 +0000 |
commit | 5b744912851ee478198d9a407e654acb5b5694e6 (patch) | |
tree | 1aa8c0c31f9b9e71d6217608ec7d11956fe048c6 /chrome/browser/plugin_installer_infobar_delegate.cc | |
parent | 7de92579472b070b2bd1e600f71d0d6915c33038 (diff) | |
download | chromium_src-5b744912851ee478198d9a407e654acb5b5694e6.zip chromium_src-5b744912851ee478198d9a407e654acb5b5694e6.tar.gz chromium_src-5b744912851ee478198d9a407e654acb5b5694e6.tar.bz2 |
Update help center link for plug-in installer infobar.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8439044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/plugin_installer_infobar_delegate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc index 042944e..65116ae 100644 --- a/chrome/browser/plugin_installer_infobar_delegate.cc +++ b/chrome/browser/plugin_installer_infobar_delegate.cc @@ -70,8 +70,8 @@ string16 PluginInstallerInfoBarDelegate::GetLinkText() const { bool PluginInstallerInfoBarDelegate::LinkClicked( WindowOpenDisposition disposition) { owner()->tab_contents()->OpenURL(google_util::AppendGoogleLocaleParam(GURL( - "http://www.google.com/support/chrome/bin/answer.py?answer=95697&topic=" - "14687")), GURL(), + "https://www.google.com/support/chrome/bin/answer.py?answer=142064")), + GURL(), (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, content::PAGE_TRANSITION_LINK); return false; |