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

Unified Diff: chrome/browser/ui/browser_content_setting_bubble_model_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: 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
Index: chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
diff --git a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
index 8a1c02309c9c70dea4010ab6a9be42161b700a10..02c1b284c478377fb043b1bc0f069d5637b87c9d 100644
--- a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
+++ b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
@@ -37,7 +37,7 @@ void BrowserContentSettingBubbleModelDelegate::ShowContentSettingsPage(
// blocking, so bounce to an explanatory page for now.
chrome::AddSelectedTabWithURL(
browser_,
Peter Kasting 2014/06/10 18:58:25 Nit: This can now go on the end of the previous li
blundell 2014/06/11 12:07:19 Done.
- google_util::AppendGoogleLocaleParam(GURL(kInsecureScriptHelpUrl)),
+ GURL(kInsecureScriptHelpUrl),
content::PAGE_TRANSITION_LINK);
return;
case CONTENT_SETTINGS_TYPE_PROTOCOL_HANDLERS:

Powered by Google App Engine
This is Rietveld 408576698