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..6ebe91d5d00e0ae47886436aa36c82979f28fbae 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -460,10 +460,8 @@ void ContentSettingsHandler::GetLocalizedValues( |
RegisterTitle(localized_strings, "zoomlevels", |
IDS_ZOOMLEVELS_HEADER_AND_TAB_LABEL); |
- localized_strings->SetString( |
- "exceptionsLearnMoreUrl", |
- google_util::StringAppendGoogleLocaleParam( |
- kExceptionsLearnMoreUrl)); |
+ localized_strings->SetString("exceptionsLearnMoreUrl", |
+ kExceptionsLearnMoreUrl); |
} |
void ContentSettingsHandler::InitializeHandler() { |