| 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 e9e0c08dda93d8a0822c51ac67075e05206a7b49..b20805359d91dda1f739392af888a0ebe7234c75 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -834,7 +834,7 @@ ProtocolHandlerRegistry::GetHandlersFromPref(const char* pref_name) const {
|
| const ListValue* handlers = prefs->GetList(pref_name);
|
| if (handlers) {
|
| for (size_t i = 0; i < handlers->GetSize(); ++i) {
|
| - DictionaryValue* dict;
|
| + const DictionaryValue* dict;
|
| if (!handlers->GetDictionary(i, &dict))
|
| continue;
|
| if (ProtocolHandler::IsValidDict(dict)) {
|
|
|