| Index: chrome/browser/extensions/extension_system_factory.h
|
| diff --git a/chrome/browser/extensions/extension_system_factory.h b/chrome/browser/extensions/extension_system_factory.h
|
| index f2f4617a586405401e3f9ba84ef501fb9bffd678..17883da7ce2a7c33bc857854b1941bbf5944a9e6 100644
|
| --- a/chrome/browser/extensions/extension_system_factory.h
|
| +++ b/chrome/browser/extensions/extension_system_factory.h
|
| @@ -33,6 +33,7 @@ class ExtensionSystemSharedFactory : public ProfileKeyedServiceFactory {
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
| };
|
|
|
| // ProfileKeyedServiceFactory for ExtensionSystem.
|
| @@ -53,6 +54,7 @@ class ExtensionSystemFactory : public ProfileKeyedServiceFactory {
|
| Profile* profile) const OVERRIDE;
|
| virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
| };
|
|
|
| } // namespace extensions
|
|
|