0

Add use counter enum entries for FLEDGE update API.

Bug: 1186444
Change-Id: Id883255c0f85ebebccade2dd5004e2e3d7c07adc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880737
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Reviewed-by: Paul Jensen <pauljensen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#881311}
This commit is contained in:
Caleb Raitto
2021-05-10 23:40:15 +00:00
committed by Chromium LUCI CQ
parent 5c6c7606d5
commit 7b4fca489e
2 changed files with 2 additions and 0 deletions
third_party/blink/public/mojom/web_feature
tools/metrics/histograms

@ -3216,6 +3216,7 @@ enum WebFeature {
kComputePressureObserver_Stop = 3901,
kWebAppWindowControlsOverlay = 3902,
kPaymentRequestShowWithoutGestureOrToken = 3903,
kV8Navigator_UpdateAdInterestGroups_Method = 3904,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

@ -32412,6 +32412,7 @@ Called by update_use_counter_feature_enum.py.-->
<int value="3901" label="ComputePressureObserver_Stop"/>
<int value="3902" label="WebAppWindowControlsOverlay"/>
<int value="3903" label="PaymentRequestShowWithoutGestureOrToken"/>
<int value="3904" label="V8Navigator_UpdateAdInterestGroups_Method"/>
</enum>
<enum name="FeaturePolicyAllowlistType">