Chromium Code Reviews| 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, |