| Index: chrome/browser/custom_handlers/protocol_handler_registry_factory.h
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_factory.h b/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
|
| index c7082173bb6042106be3e8ea1b8121174bf7af94..ceb574b650e22d34dde354090e876be20ae38c8c 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
|
| @@ -30,6 +30,7 @@ class ProtocolHandlerRegistryFactory : public ProfileKeyedServiceFactory {
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;
|
|
|