| Index: chrome/browser/protector/histograms.cc
|
| diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
|
| index 2669d69ab557f374001a3baa45d0961353b460ba..b4b416cf6bc8d4ac121f678edc55a3ea6ab15912 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";
|
|
|
|
|