| Index: chrome/browser/protector/histograms.h
|
| diff --git a/chrome/browser/protector/histograms.h b/chrome/browser/protector/histograms.h
|
| index 410026aa2e7082085cd00c938b7bbd56309c4f65..fe46cfa7eaf6cdfc4acb0823986787b01c1980c2 100644
|
| --- a/chrome/browser/protector/histograms.h
|
| +++ b/chrome/browser/protector/histograms.h
|
| @@ -14,6 +14,9 @@ namespace protector {
|
| // provider. Values are below.
|
| extern const char kProtectorHistogramDefaultSearchProvider[];
|
|
|
| +// Histogram name to report protection errors for preferences. Values are below.
|
| +extern const char kProtectorHistogramPrefs[];
|
| +
|
| // Protector histogram values.
|
| enum ProtectorError {
|
| kProtectorErrorBackupInvalid,
|
|
|