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

Unified Diff: chrome/browser/chromeos/login/user_manager.cc

Issue 8692004: Updated histogram names for Protector and ProfileImageDownloader. (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
« no previous file with comments | « no previous file | chrome/browser/protector/histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_manager.cc
diff --git a/chrome/browser/chromeos/login/user_manager.cc b/chrome/browser/chromeos/login/user_manager.cc
index 4adcf617f0b00174d69117f87391eff258f4412a..d507f95f05ce9278faa8298bccb1b74632e64dc3 100644
--- a/chrome/browser/chromeos/login/user_manager.cc
+++ b/chrome/browser/chromeos/login/user_manager.cc
@@ -100,13 +100,13 @@ enum ProfileDownloadResult {
// Time histogram name for the default profile image download.
const char kProfileDownloadDefaultTime[] =
- "UserImage.ProfileDownloadDefaultTime";
+ "UserImage.ProfileDownloadTime.Default";
// Time histogram name for a failed profile image download.
const char kProfileDownloadFailureTime[] =
- "UserImage.ProfileDownloadFailureTime";
+ "UserImage.ProfileDownloadTime.Failure";
// Time histogram name for a successful profile image download.
const char ProfileDownloadSuccessTime[] =
- "UserImage.ProfileDownloadSuccessTime";
+ "UserImage.ProfileDownloadTime.Success";
// Used to handle the asynchronous response of deleting a cryptohome directory.
class RemoveAttempt : public CryptohomeLibrary::Delegate {
« no previous file with comments | « no previous file | chrome/browser/protector/histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698