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

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

Issue 4121003: Implement device token fetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final feedback Created 10 years, 2 months 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
« no previous file with comments | « no previous file | chrome/browser/net/gaia/token_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/gaia/token_service.h
diff --git a/chrome/browser/net/gaia/token_service.h b/chrome/browser/net/gaia/token_service.h
index b6f1b3c49e32e659fc7d173083e3cdce2733c922..c1cd763f45c39a0a5981787a3f3d7c048e56d9d4 100644
--- a/chrome/browser/net/gaia/token_service.h
+++ b/chrome/browser/net/gaia/token_service.h
@@ -173,7 +173,7 @@ class TokenService : public GaiaAuthConsumer,
GaiaAuthConsumer::ClientLoginResult credentials_;
// Size of array of services (must be defined here).
- static const int kNumServices = 2;
+ static const int kNumServices = 3;
// List of services that we're performing operations for.
static const char* kServices[kNumServices];
// A bunch of fetchers suitable for token issuing. We don't care about
« no previous file with comments | « no previous file | chrome/browser/net/gaia/token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698