| Index: chrome/browser/profiles/gaia_info_update_service.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
|
| index bf7e92576d0f456eb25cba2017131fdd0bdb8c08..8e08de2708fd671c2c84f3115c6e49a89be3cbec 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -77,14 +77,6 @@ bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
|
| return false;
|
| }
|
|
|
| -// static
|
| -void GAIAInfoUpdateService::RegisterUserPrefs(PrefServiceBase* prefs) {
|
| - prefs->RegisterInt64Pref(
|
| - prefs::kProfileGAIAInfoUpdateTime, 0, PrefServiceBase::UNSYNCABLE_PREF);
|
| - prefs->RegisterStringPref(
|
| - prefs::kProfileGAIAInfoPictureURL, "", PrefServiceBase::UNSYNCABLE_PREF);
|
| -}
|
| -
|
| bool GAIAInfoUpdateService::NeedsProfilePicture() const {
|
| return true;
|
| }
|
|
|