summaryrefslogtreecommitdiffstats
path: root/chrome/browser/protector
diff options
context:
space:
mode:
authorivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 20:38:15 +0000
committerivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 20:38:15 +0000
commit189b5cd7a399657a58dba5df3e7dc4503a684540 (patch)
tree1a7b42901c1b71104e099abcc833aac452b572b5 /chrome/browser/protector
parent58add06a3754d44ad97a372e505517bbf530aaec (diff)
downloadchromium_src-189b5cd7a399657a58dba5df3e7dc4503a684540.zip
chromium_src-189b5cd7a399657a58dba5df3e7dc4503a684540.tar.gz
chromium_src-189b5cd7a399657a58dba5df3e7dc4503a684540.tar.bz2
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
Diffstat (limited to 'chrome/browser/protector')
-rw-r--r--chrome/browser/protector/histograms.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
index 7166d9c..2669d69 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;