Add a "kill switch" Finch flag for backdrop-filter
This enables a user-visible flag for backdrop-filter, so that
Finch can be used to disable it in the field if needed.
Change-Id: Ieb6388b1f2f4f3daebc81d2775c816a423f5642b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658992
Reviewed-by: Kentaro Hara <[email protected]>
Commit-Queue: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/master@{#669313}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ec75847..b8a1d39 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3007,6 +3007,10 @@
flag_descriptions::kEnableBlinkGenPropertyTreesDescription, kOsAll,
FEATURE_VALUE_TYPE(blink::features::kBlinkGenPropertyTrees)},
+ {"enable-backdrop-filter", flag_descriptions::kEnableCSSBackdropFilterName,
+ flag_descriptions::kEnableCSSBackdropFilterDescription, kOsAll,
+ FEATURE_VALUE_TYPE(blink::features::kCSSBackdropFilter)},
+
{"enable-display-locking", flag_descriptions::kEnableDisplayLockingName,
flag_descriptions::kEnableDisplayLockingDescription, kOsAll,
FEATURE_VALUE_TYPE(blink::features::kDisplayLocking)},