0

metrics: add ExternalDisplayEventTelemetry feature flag

This is partial reland of commit
0211765461.

In this CL, a new feature is added. It will be used to enable observer
for external displays' events.

Bug: 327532834
Change-Id: I1bea21e610f1311fcfb12647cb3e0eda32a3575e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6563694
Reviewed-by: Leonid Baraz <lbaraz@chromium.org>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1463357}
This commit is contained in:
Maksim Sisov
2025-05-21 06:05:20 -07:00
committed by Chromium LUCI CQ
parent 520e2c8722
commit 114c457d94
2 changed files with 7 additions and 0 deletions

@ -106,6 +106,11 @@ BASE_FEATURE(kEssentialSearch,
"EssentialSearch",
base::FEATURE_ENABLED_BY_DEFAULT);
// Feature flag used to enable external display event telemetry.
BASE_FEATURE(kExternalDisplayEventTelemetry,
"ExternalDisplayEventTelemetry",
base::FEATURE_DISABLED_BY_DEFAULT);
// Feature flag used to gate preinstallation of the Gemini app.
BASE_FEATURE(kGeminiAppPreinstall,
"GeminiAppPreinstall",

@ -45,6 +45,8 @@ COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
BASE_DECLARE_FEATURE(kEnablePkcs12ToChapsDualWrite);
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) BASE_DECLARE_FEATURE(kEssentialSearch);
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
BASE_DECLARE_FEATURE(kExternalDisplayEventTelemetry);
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
BASE_DECLARE_FEATURE(kGeminiAppPreinstall);
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
BASE_DECLARE_FEATURE(kKioskHeartbeatsViaERP);