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

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

Issue 8360003: [cros] OOBE: add histograms for Profile image fetching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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
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 c71b2ed7ff8aa2a101d454332a710a0719aee756..63c7c90ccf034129f2edf8979616216869689674 100644
--- a/chrome/browser/net/gaia/token_service.cc
+++ b/chrome/browser/net/gaia/token_service.cc
@@ -20,11 +20,11 @@
// TODO(chron): Sync doesn't use the TalkToken anymore so we can stop
// requesting it.
const char* TokenService::kServices[] = {
+ GaiaConstants::kPicasaService,
GaiaConstants::kGaiaService,
GaiaConstants::kSyncService,
GaiaConstants::kTalkService,
GaiaConstants::kDeviceManagementService,
- GaiaConstants::kPicasaService,
};
const char* kUnusedServiceScope = "unused-service-scope";
« no previous file with comments | « chrome/browser/chromeos/login/user_image_screen.cc ('k') | chrome/browser/resources/chromeos/login/oobe_screen_user_image.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698