| Index: chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.cc b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| index 5fe284257ec7fa7a690e700ea353a0664bd03f3b..f3e5a7ea5cf59f88c0fd76674afa895efcbfe270 100644
|
| --- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| @@ -441,14 +441,12 @@ std::string ContentSettingsHandler::GetSettingDefaultFromModel(
|
| }
|
|
|
| void ContentSettingsHandler::UpdateHandlersEnabledRadios() {
|
| -#if defined(ENABLE_REGISTER_PROTOCOL_HANDLER)
|
| base::FundamentalValue handlers_enabled(
|
| GetProtocolHandlerRegistry()->enabled());
|
|
|
| web_ui()->CallJavascriptFunction(
|
| "ContentSettings.updateHandlersEnabledRadios",
|
| handlers_enabled);
|
| -#endif // defined(ENABLE_REGISTER_PROTOCOL_HANDLER)
|
| }
|
|
|
| void ContentSettingsHandler::UpdateAllExceptionsViewsFromModel() {
|
|
|