shimless: Add flag to enable compliance check functionality

Bug: b/287317464
Change-Id: I9367e71850594fd8c4de362ffa8573f15670f198
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616888
Reviewed-by: Gavin Williams <[email protected]>
Commit-Queue: Camden Bickel <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1158359}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 459e0d0..ba780ab 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -6522,6 +6522,11 @@
     "Enable the diagnostic page in Shimless RMA for showing detailed device "
     "information";
 
+const char kShimlessRMAComplianceCheckName[] =
+    "Enable compliance check in Shimless RMA";
+const char kShimlessRMAComplianceCheckDescription[] =
+    "Enable device compliance check in the Shimless RMA flow";
+
 const char kShortcutCustomizationJellyName[] =
     "Enable jelly colors for the Shortcut Customization App";
 const char kShortcutCustomizationJellyDescription[] =