commit | 70afb65d32087bc874a1e5275feca40f75fc6ce3 | [log] [tgz] |
---|---|---|
author | Yann Dago <[email protected]> | Tue Aug 06 15:50:53 2019 |
committer | Commit Bot <[email protected]> | Tue Aug 06 15:50:53 2019 |
tree | d470081d86a3eeb7a7aa31bbbb97c0fc9b8aab17 | |
parent | caed1e9dafca8de62d49c7020f191a91c381285d [diff] [blame] |
Put atomic policy groups behind a finch feature flip Bug: 990073, 989734 Change-Id: I35fd81bd4ed1426a0865a2820c818944c263de04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731755 Commit-Queue: Yann Dago <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Robert Kaplow <[email protected]> Reviewed-by: Julian Pastarmov <[email protected]> Cr-Commit-Position: refs/heads/master@{#684351}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index f1d304b..c19ffca 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -921,6 +921,9 @@ extern const char kPerMethodCanMakePaymentQuotaName[]; extern const char kPerMethodCanMakePaymentQuotaDescription[]; +extern const char kPolicyAtomicGroupsEnabledName[]; +extern const char kPolicyAtomicGroupsEnabledDescription[]; + extern const char kPreviewsAllowedName[]; extern const char kPreviewsAllowedDescription[];