| Index: chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service_factory.cc b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| index 88ef612b24540c9068db1f6e5ec5440b611135d1..e1e17df6f1b9c2399f7580b44149f4c0b1626a2d 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| @@ -46,3 +46,7 @@ void GAIAInfoUpdateServiceFactory::RegisterUserPrefs(
|
| bool GAIAInfoUpdateServiceFactory::ServiceIsNULLWhileTesting() const {
|
| return true;
|
| }
|
| +
|
| +bool GAIAInfoUpdateServiceFactory::ServiceIsNULLOnImportProcess() const {
|
| + return false;
|
| +}
|
|
|