Commit 2eb3102a authored by Yao Xiao's avatar Yao Xiao Committed by Commit Bot

Add some 3rd party usage UseCounters to opt_in_features list

Add kThirdPartyServiceWorker, kThirdPartySharedWorker and
kThirdPartyBroadcastChannel to opt_in_features list

Bug: 976866
Change-Id: Ic3c4424dc2703234440c4e490d3b84dfed7a04ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808017Reviewed-by: default avatarBryan McQuade <bmcquade@chromium.org>
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699045}
parent 08c8cd59
......@@ -133,6 +133,9 @@ UseCounterPageLoadMetricsObserver::GetAllowedUkmFeatures() {
WebFeature::kBaseWithCrossOriginHref,
WebFeature::kWakeLockAcquireScreenLock,
WebFeature::kWakeLockAcquireSystemLock,
WebFeature::kThirdPartyServiceWorker,
WebFeature::kThirdPartySharedWorker,
WebFeature::kThirdPartyBroadcastChannel,
}));
return *opt_in_features;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment