| 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 e98857f9c9c0bdb8713ba965e5d94a789072759b..5d59f51be25ffc860e6e1df472a8d535f82b2e9d 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -419,11 +419,13 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| {"notificationsAllow", IDS_NOTIFICATIONS_ALLOW_RADIO},
|
| {"notificationsAsk", IDS_NOTIFICATIONS_ASK_RADIO},
|
| {"notificationsBlock", IDS_NOTIFICATIONS_BLOCK_RADIO},
|
| -#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| // Protected Content filter
|
| {"protectedContentTabLabel", IDS_PROTECTED_CONTENT_TAB_LABEL},
|
| + {"protectedContentEnableCheckbox", IDS_PROTECTED_CONTENT_ENABLE_CHECKBOX},
|
| +#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| {"protectedContentInfo", IDS_PROTECTED_CONTENT_INFO},
|
| - {"protectedContentEnable", IDS_PROTECTED_CONTENT_ENABLE},
|
| + {"protectedContentEnableIdentifiersCheckbox",
|
| + IDS_PROTECTED_CONTENT_ENABLE_IDENTIFIERS_CHECKBOX},
|
| {"protectedContentHeader", IDS_PROTECTED_CONTENT_HEADER},
|
| #endif // defined(OS_CHROMEOS) || defined(OS_WIN)
|
| // Microphone filter.
|
|
|