| 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 a173d68c0018600cf7ee903e0ec23a0f85e7100d..8c8978cf7fe5361a288213f52885b8b36072e993 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| @@ -42,12 +42,8 @@ KeyedService* GAIAInfoUpdateServiceFactory::BuildServiceInstanceFor(
|
|
|
| void GAIAInfoUpdateServiceFactory::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* prefs) {
|
| - prefs->RegisterInt64Pref(prefs::kProfileGAIAInfoUpdateTime,
|
| - 0,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| - prefs->RegisterStringPref(prefs::kProfileGAIAInfoPictureURL,
|
| - std::string(),
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + prefs->RegisterInt64Pref(prefs::kProfileGAIAInfoUpdateTime, 0);
|
| + prefs->RegisterStringPref(prefs::kProfileGAIAInfoPictureURL, std::string());
|
| }
|
|
|
| bool GAIAInfoUpdateServiceFactory::ServiceIsNULLWhileTesting() const {
|
|
|