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