| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| index 745e2afd901b34226ec3d28568bf7973937fe984..73d708d008f8be34e7263f443b22cd736239bb6f 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -381,7 +381,7 @@ Value* ProtocolHandlerRegistry::EncodeRegisteredHandlers() {
|
| j != i->second.end(); ++j) {
|
| DictionaryValue* encoded = j->Encode();
|
| if (IsDefault(*j)) {
|
| - encoded->Set("default", Value::CreateBooleanValue(true));
|
| + encoded->Set("default", base::TrueValue());
|
| }
|
| protocol_handlers->Append(encoded);
|
| }
|
|
|