summaryrefslogtreecommitdiff
path: root/chromium/content/browser/xr/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/xr/metrics')
-rw-r--r--chromium/content/browser/xr/metrics/webxr_session_tracker.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/browser/xr/metrics/webxr_session_tracker.cc b/chromium/content/browser/xr/metrics/webxr_session_tracker.cc
index 1914e7e1289..8bf301013b0 100644
--- a/chromium/content/browser/xr/metrics/webxr_session_tracker.cc
+++ b/chromium/content/browser/xr/metrics/webxr_session_tracker.cc
@@ -73,6 +73,7 @@ void WebXRSessionTracker::ReportFeatureUsed(
case XRSessionFeature::HIT_TEST:
case XRSessionFeature::LIGHT_ESTIMATION:
case XRSessionFeature::ANCHORS:
+ case XRSessionFeature::CAMERA_ACCESS:
// Not recording metrics for these features currently.
// TODO(https://crbug.com/965729): Add metrics for the AR-related features
// that are enabled by default.
@@ -110,6 +111,7 @@ void WebXRSessionTracker::SetFeatureRequest(
case XRSessionFeature::HIT_TEST:
case XRSessionFeature::LIGHT_ESTIMATION:
case XRSessionFeature::ANCHORS:
+ case XRSessionFeature::CAMERA_ACCESS:
// Not recording metrics for these features currently.
// TODO(https://crbug.com/965729): Add metrics for the AR-related features
// that are enabled by default.