| Index: chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc b/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
|
| index eaebd5ed0a3b9cff9a7783d023cdc1c3757c2e2e..351ba0d7b9a036bfb8a8c39a98b28196390fd811 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
|
| @@ -49,6 +49,10 @@ bool ProtocolHandlerRegistryFactory::ServiceIsNULLWhileTesting() const {
|
| return true;
|
| }
|
|
|
| +bool ProtocolHandlerRegistryFactory::ServiceIsNULLOnImportProcess() const {
|
| + return false;
|
| +}
|
| +
|
| ProfileKeyedService* ProtocolHandlerRegistryFactory::BuildServiceInstanceFor(
|
| Profile* profile) const {
|
| ProtocolHandlerRegistry* registry = new ProtocolHandlerRegistry(
|
|
|