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

Unified Diff: chrome/browser/protector/histograms.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 | « chrome/browser/chromeos/login/user_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/histograms.cc
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
index 7166d9cbc8f665b990ac99f847ab2935497d1950..2669d69ab557f374001a3baa45d0961353b460ba 100644
--- a/chrome/browser/protector/histograms.cc
+++ b/chrome/browser/protector/histograms.cc
@@ -20,13 +20,13 @@ const char kProtectorValueChangedCounter[] = "Protector.ValueChangedCounter";
const char kProtectorValueValidCounter[] = "Protector.ValueValidCounter";
const char kProtectorHistogramNewSearchProvider[] =
- "Protector.NewSearchProvider";
+ "Protector.SearchProvider.New";
const char kProtectorHistogramSearchProviderApplied[] =
- "Protector.SearchProviderApplied";
+ "Protector.SearchProvider.Applied";
const char kProtectorHistogramSearchProviderDiscarded[] =
- "Protector.SearchProviderDiscarded";
+ "Protector.SearchProvider.Discarded";
const char kProtectorHistogramSearchProviderTimeout[] =
- "Protector.SearchProviderTimeout";
+ "Protector.SearchProvider.Timeout";
const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX;
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698