Index: chrome/browser/protector/histograms.cc |
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc |
index 0418d89067bcf885dcea24b1c59f389c40283066..761cbecfdba1ee812d969fb8b30952705cedf215 100644 |
--- a/chrome/browser/protector/histograms.cc |
+++ b/chrome/browser/protector/histograms.cc |
@@ -42,6 +42,15 @@ const char kProtectorHistogramStartupSettingsDiscarded[] = |
const char kProtectorHistogramStartupSettingsTimeout[] = |
"Protector.StartupSettings.Timeout"; |
+const char kProtectorHistogramHomepageApplied[] = |
+ "Protector.Homepage.Applied"; |
+const char kProtectorHistogramHomepageChanged[] = |
+ "Protector.Homepage.Changed"; |
+const char kProtectorHistogramHomepageDiscarded[] = |
+ "Protector.Homepage.Discarded"; |
+const char kProtectorHistogramHomepageTimeout[] = |
+ "Protector.Homepage.Timeout"; |
+ |
const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX; |
int GetSearchProviderHistogramID(const TemplateURL* t_url) { |