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

Unified Diff: chrome/browser/net/gaia/token_service.cc

Issue 8742008: ChromeOS: Use OAuth2 refresh token to download GAIA info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/net/gaia/token_service.cc
diff --git a/chrome/browser/net/gaia/token_service.cc b/chrome/browser/net/gaia/token_service.cc
index 1c342c0490a853ea113f764589e44a4fad1fcc46..61dcb08b62f831af5b3c2ef896cd84cd408f94fd 100644
--- a/chrome/browser/net/gaia/token_service.cc
+++ b/chrome/browser/net/gaia/token_service.cc
@@ -22,7 +22,6 @@ using content::BrowserThread;
// TODO(chron): Sync doesn't use the TalkToken anymore so we can stop
// requesting it.
const char* TokenService::kServices[] = {
Ivan Korotkov 2011/11/30 11:21:58 You should update kNumServices in .h as well, othe
sail 2011/12/01 20:01:49 Done.
- GaiaConstants::kPicasaService,
GaiaConstants::kGaiaService,
GaiaConstants::kSyncService,
GaiaConstants::kTalkService,

Powered by Google App Engine
This is Rietveld 408576698