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

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

Issue 1721633002: Added UMA collection for fullscreen / mouse lock bubble re-shows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 ccf3c6ca1b2de1dd6d963123defe6ea2410e2622..71470b783a60f6e887019f5dc78e104bcda11b7c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11531,6 +11531,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ExclusiveAccess.FullscreenBubbleReshowsPerSession">
+ <owner>mgiuca@chromium.org</owner>
+ <summary>
+ The number of times the fullscreen bubble was re-shown due to inactivity in
+ a session of fullscreen mode (not including mouse lock). If the mouse is
+ also locked while a re-show occurs, counts for both this and
+ MouseLockBubbleReshowsPerSession. Includes all types of fullscreen
+ (user-triggered, extension-triggered and page-triggered). Only recorded when
+ the simplified-fullscreen-ui flag is enabled.
+ </summary>
+</histogram>
+
+<histogram name="ExclusiveAccess.MouseLockBubbleReshowsPerSession">
+ <owner>mgiuca@chromium.org</owner>
+ <summary>
+ The number of times the mouse lock bubble was re-shown due to inactivity in
+ a session of mouse lock mode. If also in fullscreen while a re-show occurs,
+ counts for both this and FullscreenBubbleReshowsPerSession. Only recorded
+ when the simplified-fullscreen-ui flag is enabled.
+ </summary>
+</histogram>
+
<histogram name="ExtensionActivity.AdInjected" units="Extension Count">
<obsolete>
Deprecated with M46.

Powered by Google App Engine
This is Rietveld 408576698