| Index: chrome/browser/profiles/gaia_info_update_service.h
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h
|
| index 7c680b6131dd658b6542ecbcf933da8d0961c764..7a2f6354d05ba058d4c5067f9cac124bcc3837bd 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.h
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.h
|
| @@ -30,6 +30,7 @@ class GAIAInfoUpdateService : public ProfileDownloaderDelegate {
|
| // ProfileDownloaderDelegate:
|
| virtual int GetDesiredImageSideLength() OVERRIDE;
|
| virtual Profile* GetBrowserProfile() OVERRIDE;
|
| + virtual bool GetShouldUseOAuthRefreshToken() OVERRIDE;
|
| virtual void OnDownloadComplete(ProfileDownloader* downloader,
|
| bool success) OVERRIDE;
|
|
|
|
|