| 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 55f3fe58dac66c498473d992ba6c0e42d7b9d655..21dca0fe2ab756584a734b62f52ecb4c1ba1d855 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -254,7 +254,6 @@ void ProtocolHandlerRegistry::Save() {
|
| profile_->GetPrefs()->Set(prefs::kIgnoredProtocolHandlers,
|
| *ignored_protocol_handlers);
|
| profile_->GetPrefs()->Set(prefs::kCustomHandlersEnabled, *enabled);
|
| - profile_->GetPrefs()->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| bool ProtocolHandlerRegistry::CanSchemeBeOverridden(
|
|
|