summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-29 08:58:22 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-29 08:58:22 +0000
commitadc8e85a8f784d724a3edd6f777b05ca64ab312a (patch)
tree1adfaf6aecb75a8acd61388e5bb3561ff324226a /chrome/browser/custom_handlers
parent8d2bbd66c39aa63173e1819fa41dab7cf6f5c371 (diff)
downloadchromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.zip
chromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.tar.gz
chromium_src-adc8e85a8f784d724a3edd6f777b05ca64ab312a.tar.bz2
Update a bunch of help center URLs.
This updates the first wave of links from https://www.google.com/support/chrome paths to https://support.google.com/chrome. We also don't need locale parameters on these links. BUG=111556 TEST=manual TBR=dhollowa Review URL: http://codereview.chromium.org/9234077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers')
-rw-r--r--chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
index 008519f..22118a6 100644
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
@@ -6,7 +6,6 @@
#include "base/utf_string_conversions.h"
#include "chrome/browser/custom_handlers/protocol_handler_registry.h"
-#include "chrome/browser/google/google_util.h"
#include "chrome/browser/infobars/infobar_tab_helper.h"
#include "chrome/common/url_constants.h"
#include "content/public/browser/user_metrics.h"
@@ -88,8 +87,7 @@ bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked(
content::RecordAction(
UserMetricsAction("RegisterProtocolHandler.InfoBar_LearnMore"));
OpenURLParams params(
- google_util::AppendGoogleLocaleParam(GURL(
- chrome::kLearnMoreRegisterProtocolHandlerURL)),
+ GURL(chrome::kLearnMoreRegisterProtocolHandlerURL),
Referrer(),
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
content::PAGE_TRANSITION_LINK,