diff options
Diffstat (limited to 'tools/metrics/histograms')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index a41e4c6..2b8e076 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -13880,7 +13880,16 @@ other types of suffix sets. </summary> </histogram> -<histogram name="Prerender.TabContentsDeleterTimeout"> +<histogram name="Prerender.TabContentsDeleterSuppressedDialog" + enum="BooleanSuppressed"> + <summary> + A boolean that indicates how often we suppress a dialog from a tab when + swapping it with a prerender. + </summary> +</histogram> + +<histogram name="Prerender.TabContentsDeleterTimeout" + enum="BooleanCloseTimeout"> <summary> A boolean that indicates how often we fail to delete an old prerendered tab before the timeout. @@ -20378,6 +20387,11 @@ other types of suffix sets. <int value="1" label="Attempted"/> </enum> +<enum name="BooleanCloseTimeout" type="int"> + <int value="0" label="Closed normally"/> + <int value="1" label="Timed out"/> +</enum> + <enum name="BooleanCommonNameMatch" type="int"> <int value="0" label="subjectAltName used"/> <int value="1" label="Common Name used"/> @@ -20473,6 +20487,11 @@ other types of suffix sets. <int value="1" label="Success"/> </enum> +<enum name="BooleanSuppressed" type="int"> + <int value="0" label="No suppressions"/> + <int value="1" label="Suppressed"/> +</enum> + <enum name="BooleanTabDiscard" type="int"> <int value="0" label="Memory OK, no discards"/> <int value="1" label="Memory low, tabs discarded"/> |