| Index: chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc b/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| index 8ede9b3f6a2a86dc37fbd0b5b4c9b4ff3d1455cb..42610c6b6f60584b85bb4ec2770cc88ac4b6f612 100644
|
| --- a/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| @@ -151,8 +151,7 @@ void ProtocolHandlersHandler::HandleObserveProtocolHandlersEnabledState(
|
| void ProtocolHandlersHandler::SendHandlersEnabledValue() {
|
| CallJavascriptFunction("cr.webUIListenerCallback",
|
| base::StringValue("setHandlersEnabled"),
|
| - base::FundamentalValue(
|
| - GetProtocolHandlerRegistry()->enabled()));
|
| + base::Value(GetProtocolHandlerRegistry()->enabled()));
|
| }
|
|
|
| void ProtocolHandlersHandler::HandleRemoveHandler(const base::ListValue* args) {
|
|
|