| 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 067c21a00174d5436931e010dece55b44e119fe7..e2e251235bfe894ff289e2bb88baa8a62587bfb4 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -127,5 +127,6 @@ void ProtocolHandlerRegistry::OnDenyRegisterProtocolHandler(
|
| }
|
|
|
| void ProtocolHandlerRegistry::RegisterPrefs(PrefService* prefService) {
|
| - prefService->RegisterListPref(prefs::kRegisteredProtocolHandlers);
|
| + prefService->RegisterListPref(prefs::kRegisteredProtocolHandlers,
|
| + false /* don't sync pref */);
|
| }
|
|
|