| 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 b85972cff6013c4a44331e30bb52e9428e0f659d..2c2d06576f99d2a5389119473945d9e91f60fec0 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -82,10 +82,6 @@ Profile* GAIAInfoUpdateService::GetBrowserProfile() {
|
| return profile_;
|
| }
|
|
|
| -bool GAIAInfoUpdateService::ShouldUseOAuthRefreshToken() const {
|
| - return true;
|
| -}
|
| -
|
| std::string GAIAInfoUpdateService::GetCachedPictureURL() const {
|
| return profile_->GetPrefs()->GetString(prefs::kProfileGAIAInfoPictureURL);
|
| }
|
|
|