| 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 b2b131ef232c0eb59e32a767343b9bce767cef88..6c14ca74601e221a8d173e835f4ee03747c845a6 100644
|
| --- a/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/protocol_handlers_handler.cc
|
| @@ -141,7 +141,7 @@ void ProtocolHandlersHandler::InitializeProtocolHandlerList(
|
| void ProtocolHandlersHandler::SendHandlersEnabledValue() {
|
| CallJavascriptFunction("cr.webUIListenerCallback",
|
| base::StringValue("setHandlersEnabled"),
|
| - base::FundamentalValue(
|
| + base::Value(
|
| GetProtocolHandlerRegistry()->enabled()));
|
| }
|
|
|
|
|