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

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

Side-by-side diff isn't available for this file because of its large size.
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: Moved histogram recording into each subclass. (Fix DCHECK / incorrect histogram recording.) Created 4 years, 9 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 | « chrome/browser/ui/exclusive_access/mouse_lock_controller.cc ('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 ccf3c6ca1b2de1dd6d963123defe6ea2410e2622..b64770c3314c6b19fa81864c6b096b977a99d432 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.BubbleReshowsPerSession.Fullscreen">
+ <owner>mgiuca@chromium.org</owner>
+ <summary>
+ The number of times the fullscreen bubble was re-shown due to inactivity
+ during a session of fullscreen mode (not including mouse lock). If the mouse
+ is also locked while a re-show occurs, both this and
+ BubbleReshowsPerSession.MouseLock are incremented. 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.BubbleReshowsPerSession.MouseLock">
+ <owner>mgiuca@chromium.org</owner>
+ <summary>
+ The number of times the mouse lock bubble was re-shown due to inactivity
+ during a session of mouse lock mode. If also in fullscreen while a re-show
+ occurs, both this and BubbleReshowsPerSession.Fullscreen are incremented.
+ Only recorded when the simplified-fullscreen-ui flag is enabled.
+ </summary>
+</histogram>
+
<histogram name="ExtensionActivity.AdInjected" units="Extension Count">
<obsolete>
Deprecated with M46.
« no previous file with comments | « chrome/browser/ui/exclusive_access/mouse_lock_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698