| 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 04348baabed01244d3aec449d942b329f806ac49..0f58dc0d4b557cc0018d9f40d7aefb49d96ea4e3 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -88,10 +88,6 @@ Profile* GAIAInfoUpdateService::GetBrowserProfile() {
|
| return profile_;
|
| }
|
|
|
| -bool GAIAInfoUpdateService::GetShouldUseOAuthRefreshToken() {
|
| - return true;
|
| -}
|
| -
|
| void GAIAInfoUpdateService::OnDownloadComplete(ProfileDownloader* downloader,
|
| bool success) {
|
| // Save the last updated time.
|
|
|