| 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 e5f02cca008ae843f6acd3b2126df7919daf9abd..b6f2efdc06abe92a8135ad3e6b3433c6ca95e863 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -388,6 +388,8 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| // Multiple automatic downloads
|
| { "multipleAutomaticDownloadsTabLabel",
|
| IDS_AUTOMATIC_DOWNLOADS_TAB_LABEL },
|
| + { "multiple-automatic-downloads_header",
|
| + IDS_AUTOMATIC_DOWNLOADS_TAB_LABEL },
|
| { "multipleAutomaticDownloadsAllow",
|
| IDS_AUTOMATIC_DOWNLOADS_ALLOW_RADIO },
|
| { "multipleAutomaticDownloadsAsk",
|
|
|