| Index: chrome/browser/protector/histograms.cc
|
| diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
|
| index 1b5c3e23e16cfb5a6bc1ced279f768a8b7bb72de..8733a0d143eb69458d6d830cfaa446d37fe67fce 100644
|
| --- a/chrome/browser/protector/histograms.cc
|
| +++ b/chrome/browser/protector/histograms.cc
|
| @@ -14,6 +14,9 @@ namespace protector {
|
| const char kProtectorHistogramDefaultSearchProvider[] =
|
| "Protector.DefaultSearchProvider";
|
|
|
| +const char kProtectorHistogramPrefs[] =
|
| + "Protector.Preferences";
|
| +
|
| const char kProtectorHistogramSearchProviderApplied[] =
|
| "Protector.SearchProvider.Applied";
|
| const char kProtectorHistogramSearchProviderCorrupt[] =
|
|
|