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

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2949173002: UMA for the Stale Previews timestamp (Closed)
Patch Set: comments Created 3 years, 6 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:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 5633395a7c7df6f4d71cbc84673a7cd55b02d2a2..0c4afb5bb380065412e0cfe979fa7d8296760f8c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -29776,6 +29776,16 @@ from previous Chrome versions.
<int value="5" label="Infobar dismissed by tab closure"/>
</enum>
+<enum name="PreviewsInfoBarTimestamp">
+ <int value="0" label="Timestamp shown"/>
+ <int value="1" label="Timestamp not shown because the preview was not stale"/>
+ <int value="2"
+ label="Timestamp not shown because the staleness was negative."/>
+ <int value="3"
+ label="Timestamp not shown because the staleness was greater than the
+ max"/>
+</enum>
+
<enum name="PreviewsUserOptedOut">
<int value="0" label="The user did not choose to reload the full page."/>
<int value="1" label="The user chose to reload the full page."/>
« no previous file with comments | « chrome/browser/previews/previews_infobar_delegate_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698