| Index: chrome/browser/protector/histograms.cc
|
| diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
|
| index d140de22384dd484863629cee4464152491eac2b..740c6a595e4d04d0af9e310d0981dd2e0ed75087 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[] =
|
|
|