| 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 a645f40f92100f0ecf80febb0256eec4f18d115d..f312e67618b1fe8e3722ce67dbbeca7c4113004f 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -238,7 +238,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| { "plugins_ask", IDS_PLUGIN_ASK_RADIO },
|
| { "plugins_allow", IDS_PLUGIN_LOAD_RADIO },
|
| { "plugins_block", IDS_PLUGIN_NOLOAD_RADIO },
|
| - { "disable_individual_plugins", IDS_PLUGIN_SELECTIVE_DISABLE },
|
| + { "disableIndividualPlugins", IDS_PLUGIN_SELECTIVE_DISABLE },
|
| // Pop-ups filter.
|
| { "popups_tab_label", IDS_POPUP_TAB_LABEL },
|
| { "popups_header", IDS_POPUP_HEADER },
|
|
|