| 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 038ea36930cf4fd01ffebaa9ee4b90f6e07ac3b2..b141f73f529e3feb77643d3ba1daadb672a16c3e 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -63,6 +63,10 @@ Profile* GAIAInfoUpdateService::GetBrowserProfile() {
|
| return profile_;
|
| }
|
|
|
| +bool GAIAInfoUpdateService::GetShouldUseOAuthRefreshToken() {
|
| + return true;
|
| +}
|
| +
|
| void GAIAInfoUpdateService::OnDownloadComplete(ProfileDownloader* downloader,
|
| bool success) {
|
| if (!success) {
|
|
|