| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 0f51a6d17f4e92f8c0cf71c0dbd97e04dd6a031c..42be30d2913fa815d240b23d4ce5789faabfd416 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -316,7 +316,6 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source,
|
| {"changeHomePage", IDS_SETTINGS_CHANGE_HOME_PAGE},
|
| {"themesGalleryUrl", IDS_THEMES_GALLERY_URL},
|
| {"chooseFromWebStore", IDS_SETTINGS_WEB_STORE},
|
| - {"chooseFonts", IDS_SETTINGS_CHOOSE_FONTS},
|
| #if defined(OS_CHROMEOS)
|
| {"openWallpaperApp", IDS_SETTINGS_OPEN_WALLPAPER_APP},
|
| {"setWallpaper", IDS_SETTINGS_SET_WALLPAPER},
|
| @@ -1342,8 +1341,6 @@ void AddPrintingStrings(content::WebUIDataSource* html_source) {
|
| {"printingNotificationsLabel", IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL},
|
| {"printingManageCloudPrintDevices",
|
| IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES},
|
| - {"printingManageCloudPrintDevicesDescription",
|
| - IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES_DESCRIPTION},
|
| {"cloudPrintersTitle", IDS_SETTINGS_PRINTING_CLOUD_PRINTERS},
|
| {"cloudPrintersTitleDescription",
|
| IDS_SETTINGS_PRINTING_CLOUD_PRINTERS_DESCRIPTION},
|
| @@ -1489,8 +1486,6 @@ void AddSearchStrings(content::WebUIDataSource* html_source) {
|
| LocalizedString localized_strings[] = {
|
| {"searchPageTitle", IDS_SETTINGS_SEARCH},
|
| {"searchEnginesManage", IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES},
|
| - {"searchEnginesManageDescription",
|
| - IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES_DESCRIPTION},
|
| {"searchOkGoogleLabel", IDS_SETTINGS_SEARCH_OK_GOOGLE_LABEL},
|
| {"searchOkGoogleSubtextAlwaysOn",
|
| IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_ALWAYS_ON},
|
|
|