Per security team.
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/4359c5ebd238c93c22e69d369cbe813ae3081b6c
commit 4359c5ebd238c93c22e69d369cbe813ae3081b6c
Author: Brandon Maslen <brandm@microsoft.com>
Date: Mon Sep 27 20:32:05 2021 +0000
Rename InterestGroup API flag for common use and add flag for PARAKEET impl
Update the FledgeInterestGroupAPI flag/policy to be a more generic
AdInterestGroupAPI for shared usage between multiple ad serving features.
Updates the FledgeInterestGroups flag for backend storage to be
a more generic 'InterestGroupStorage'.
Also splits the specific ad serving API methods under two new runtime
flags 'Fledge', blink::features::kFledge, and 'Parakeet',
blink::features::kParakeet. For PARAKEET the method stubs have been
added but will be fully fleshed out with proper types in a subsequent
change.
Test collateral has been updated to ensure the new surface area is
available and callable.
Bug: 1249186