Commit 189b5cd7 authored by ivankr@chromium.org's avatar ivankr@chromium.org

Updated histogram names for Protector and ProfileImageDownloader.


BUG=None
TEST=Manual with chrome://histograms


Review URL: http://codereview.chromium.org/8692004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111556 0039d316-1c4b-4281-b951-d872f2087c98
parent 58add06a
...@@ -100,13 +100,13 @@ enum ProfileDownloadResult { ...@@ -100,13 +100,13 @@ enum ProfileDownloadResult {
// Time histogram name for the default profile image download. // Time histogram name for the default profile image download.
const char kProfileDownloadDefaultTime[] = const char kProfileDownloadDefaultTime[] =
"UserImage.ProfileDownloadDefaultTime"; "UserImage.ProfileDownloadTime.Default";
// Time histogram name for a failed profile image download. // Time histogram name for a failed profile image download.
const char kProfileDownloadFailureTime[] = const char kProfileDownloadFailureTime[] =
"UserImage.ProfileDownloadFailureTime"; "UserImage.ProfileDownloadTime.Failure";
// Time histogram name for a successful profile image download. // Time histogram name for a successful profile image download.
const char ProfileDownloadSuccessTime[] = const char ProfileDownloadSuccessTime[] =
"UserImage.ProfileDownloadSuccessTime"; "UserImage.ProfileDownloadTime.Success";
// Used to handle the asynchronous response of deleting a cryptohome directory. // Used to handle the asynchronous response of deleting a cryptohome directory.
class RemoveAttempt : public CryptohomeLibrary::Delegate { class RemoveAttempt : public CryptohomeLibrary::Delegate {
......
...@@ -20,13 +20,13 @@ const char kProtectorValueChangedCounter[] = "Protector.ValueChangedCounter"; ...@@ -20,13 +20,13 @@ const char kProtectorValueChangedCounter[] = "Protector.ValueChangedCounter";
const char kProtectorValueValidCounter[] = "Protector.ValueValidCounter"; const char kProtectorValueValidCounter[] = "Protector.ValueValidCounter";
const char kProtectorHistogramNewSearchProvider[] = const char kProtectorHistogramNewSearchProvider[] =
"Protector.NewSearchProvider"; "Protector.SearchProvider.New";
const char kProtectorHistogramSearchProviderApplied[] = const char kProtectorHistogramSearchProviderApplied[] =
"Protector.SearchProviderApplied"; "Protector.SearchProvider.Applied";
const char kProtectorHistogramSearchProviderDiscarded[] = const char kProtectorHistogramSearchProviderDiscarded[] =
"Protector.SearchProviderDiscarded"; "Protector.SearchProvider.Discarded";
const char kProtectorHistogramSearchProviderTimeout[] = const char kProtectorHistogramSearchProviderTimeout[] =
"Protector.SearchProviderTimeout"; "Protector.SearchProvider.Timeout";
const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX; const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment