Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7168)

Unified Diff: chrome/browser/protector/histograms.h

Issue 10066013: [protector] Homepage UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License update. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/protector/base_setting_change.cc ('k') | chrome/browser/protector/histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/histograms.h
diff --git a/chrome/browser/protector/histograms.h b/chrome/browser/protector/histograms.h
index 7ffc50c07972f56769205bc316433685541694c7..e2cfedef99f0cae400147fe2c4bfc1b92305a910 100644
--- a/chrome/browser/protector/histograms.h
+++ b/chrome/browser/protector/histograms.h
@@ -61,6 +61,16 @@ extern const char kProtectorHistogramStartupSettingsDiscarded[];
// Histogram name to report when user ignores startup settings change.
extern const char kProtectorHistogramStartupSettingsTimeout[];
+// Histogram name to report when user accepts new homepage.
+extern const char kProtectorHistogramHomepageApplied[];
+// Histogram name to report the new homepage when the backup is valid and a
+// change is detected.
+extern const char kProtectorHistogramHomepageChanged[];
+// Histogram name to report when user keeps previous homepage.
+extern const char kProtectorHistogramHomepageDiscarded[];
+// Histogram name to report when user ignores homepage change.
+extern const char kProtectorHistogramHomepageTimeout[];
+
// Maximum value of search provider index in histogram enums.
extern const int kProtectorMaxSearchProviderID;
« no previous file with comments | « chrome/browser/protector/base_setting_change.cc ('k') | chrome/browser/protector/histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698