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

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.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/webui/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 3891aa043bb0dc2f91ce23c5fe5869c8fd96dccf..04bbf78e3704750160b25fd607f0cc6033663bb7 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -461,9 +461,7 @@ void ContentSettingsHandler::GetLocalizedValues(
IDS_ZOOMLEVELS_HEADER_AND_TAB_LABEL);
localized_strings->SetString(
- "exceptionsLearnMoreUrl",
- google_util::StringAppendGoogleLocaleParam(
- kExceptionsLearnMoreUrl));
+ "exceptionsLearnMoreUrl", kExceptionsLearnMoreUrl);
Peter Kasting 2014/06/10 18:58:25 Nit: Same nit
blundell 2014/06/11 12:07:19 Done.
}
void ContentSettingsHandler::InitializeHandler() {

Powered by Google App Engine
This is Rietveld 408576698