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

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

Issue 2841223002: Add UMA for popup overlays removed from saved MHTML page (Closed)
Patch Set: Created 3 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 44d8e14aa2542c704920e814f96086b274716577..09a822f6d4529a1141d35d87e751a6b68faf3bc0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47964,6 +47964,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time taken to save a page into an MHTML file.</summary>
</histogram>
+<histogram name="PageSerialization.MhtmlGeneration.PopupOverlaySkippedCount"
+ enum="BooleanSkipped">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Recorded when the popup overlays are removed from MHTML serialization.
+ </summary>
+</histogram>
+
<histogram
name="PageSerialization.MhtmlGeneration.RendererMainThreadTime.FrameTree"
units="ms">

Powered by Google App Engine
This is Rietveld 408576698