diff options
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry.cc')
-rw-r--r-- | chrome/browser/custom_handlers/protocol_handler_registry.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc index 2c5ea8d..bcf9e24 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( |