summaryrefslogtreecommitdiffstats
path: root/chrome/browser/protector/histograms.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/protector/histograms.cc')
-rw-r--r--chrome/browser/protector/histograms.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
index 2669d69..b4b416c 100644
--- a/chrome/browser/protector/histograms.cc
+++ b/chrome/browser/protector/histograms.cc
@@ -25,6 +25,12 @@ const char kProtectorHistogramSearchProviderApplied[] =
"Protector.SearchProvider.Applied";
const char kProtectorHistogramSearchProviderDiscarded[] =
"Protector.SearchProvider.Discarded";
+const char kProtectorHistogramSearchProviderFallback[] =
+ "Protector.SearchProvider.Fallback";
+const char kProtectorHistogramSearchProviderMissing[] =
+ "Protector.SearchProvider.Missing";
+const char kProtectorHistogramSearchProviderRestored[] =
+ "Protector.SearchProvider.Restored";
const char kProtectorHistogramSearchProviderTimeout[] =
"Protector.SearchProvider.Timeout";