Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1616)

Unified Diff: chrome/browser/profiles/gaia_info_update_service.h

Issue 8746002: Use OAuth2 refresh token to download GAIA info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct branch Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698