Commit 38b877bb authored by Lowell Manners's avatar Lowell Manners Committed by Commit Bot

[bfcache] Add bug number to TODO to finalize allowed features.

TBR=alexmos@chromium.org

Bug: 1015784
Change-Id: I37a127ef05490c1f847f0213eb1212dce87e0ebd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868874Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Commit-Queue: Lowell Manners <lowell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707344}
parent 603003b7
...@@ -83,8 +83,8 @@ bool IsExtendedSupportEnabled() { ...@@ -83,8 +83,8 @@ bool IsExtendedSupportEnabled() {
} }
uint64_t GetDisallowedFeatures(RenderFrameHostImpl* rfh) { uint64_t GetDisallowedFeatures(RenderFrameHostImpl* rfh) {
// TODO(lowell): Finalize disallowed feature list, and test for each // TODO(https://crbug.com/1015784): Finalize disallowed feature list, and test
// disallowed feature. // for each disallowed feature.
constexpr uint64_t kAlwaysDisallowedFeatures = constexpr uint64_t kAlwaysDisallowedFeatures =
ToFeatureBit(WebSchedulerTrackedFeature::kWebRTC) | ToFeatureBit(WebSchedulerTrackedFeature::kWebRTC) |
ToFeatureBit(WebSchedulerTrackedFeature::kContainsPlugins) | ToFeatureBit(WebSchedulerTrackedFeature::kContainsPlugins) |
......
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