Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: components/google/core/browser/google_url_tracker_infobar_delegate.cc

Issue 325963007: Do not append Google locale to help center links (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/google/core/browser/google_url_tracker_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/google_url_tracker_infobar_delegate.cc
diff --git a/components/google/core/browser/google_url_tracker_infobar_delegate.cc b/components/google/core/browser/google_url_tracker_infobar_delegate.cc
index 9d1557178634006bce5b47d03ef8d35cc9a9c778..c37000286a24c4a48210e048baaa1cf0596e9bba 100644
--- a/components/google/core/browser/google_url_tracker_infobar_delegate.cc
+++ b/components/google/core/browser/google_url_tracker_infobar_delegate.cc
@@ -105,9 +105,8 @@ base::string16 GoogleURLTrackerInfoBarDelegate::GetLinkText() const {
bool GoogleURLTrackerInfoBarDelegate::LinkClicked(
WindowOpenDisposition disposition) {
navigation_helper_->OpenURL(
- google_url_tracker_->client()->AppendGoogleLocaleParam(GURL(
- "https://www.google.com/support/chrome/bin/answer.py?"
- "answer=1618699")),
+ GURL("https://www.google.com/support/chrome/bin/answer.py?"
+ "answer=1618699"),
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
true);
return false;
« no previous file with comments | « components/google/core/browser/google_url_tracker_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698