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

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

Issue 2841223002: Add UMA for popup overlays removed from saved MHTML page (Closed)
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b1904729992728cd8ae9a7a993cc12a4071ad4d2..b45476d8bb5c8129a865265d959bad3411b6238b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48105,6 +48105,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.PopupOverlaySkipped"
+ 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">
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698