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

Unified Diff: chrome/browser/engagement/site_engagement_metrics.h

Issue 2633283002: Add a new histogram for EngagementScore to check whether it's zero (Closed)
Patch Set: Changed histogram.xml description and owner order. Also changed the method of counting zero. Created 3 years, 11 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 | « no previous file | chrome/browser/engagement/site_engagement_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/engagement/site_engagement_metrics.h
diff --git a/chrome/browser/engagement/site_engagement_metrics.h b/chrome/browser/engagement/site_engagement_metrics.h
index 5fbcccc500269531188e497298c328833cffc987..4d09ca1c55b25a89604212d954f8211f8c26ad10 100644
--- a/chrome/browser/engagement/site_engagement_metrics.h
+++ b/chrome/browser/engagement/site_engagement_metrics.h
@@ -58,6 +58,7 @@ class SiteEngagementMetrics {
static const char kEngagementScoreHistogram[];
static const char kEngagementScoreHistogramHTTP[];
static const char kEngagementScoreHistogramHTTPS[];
+ static const char kEngagementScoreHistogramIsZero[];
static const char kOriginsWithMaxEngagementHistogram[];
static const char kOriginsWithMaxDailyEngagementHistogram[];
static const char kPercentOriginsWithMaxEngagementHistogram[];
« no previous file with comments | « no previous file | chrome/browser/engagement/site_engagement_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698