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

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

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/histograms.h ('k') | chrome/browser/protector/homepage_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/protector/histograms.h ('k') | chrome/browser/protector/homepage_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698