Pciguard: Add EnablePciGuardUi flag
This flag gates whether or not the PciGuard-related UI will display,
which includes the Settings toggle and notifications.
Bug: 1175987
Change-Id: Ic831ab5f4509af35f3e29f67f291adba9a27d072
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2683406
Commit-Queue: Jimmy Gong <[email protected]>
Reviewed-by: Zentaro Kavanagh <[email protected]>
Cr-Commit-Position: refs/heads/master@{#852932}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7eec083..183403e6 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -984,6 +984,12 @@
const char kEnableLoginDetectionDescription[] =
"Allow user sign-in to be detected based on heuristics.";
+const char kEnablePciguardUiName[] =
+ "Enable Pciguard (Thunderbolt + USB4 tunneling) UI for settings";
+const char kEnablePciguardUiDescription[] =
+ "Enable toggling Pciguard settings through the Settings App. By default, "
+ "this flag is disabled.";
+
const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
const char kEnablePixelCanvasRecordingDescription[] =
"Pixel canvas recording allows the compositor to raster contents aligned "