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

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: 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
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..59a050c8645cbe119e60e3433c2632ecac6dc90b 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 kEngagementScoreHistogramZero[];
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') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698