commit | a8297462d36da124e8c57a7b1f367aeb4a02f77a | [log] [tgz] |
---|---|---|
author | Cam Bickel <[email protected]> | Thu Jun 15 19:36:52 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 15 19:36:52 2023 |
tree | c12c2f1c480508acea527d43e15d6baee5ffc2da | |
parent | c45a0d71f929d43a36e414c0454f368dd03cac1d [diff] [blame] |
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[] =