Commit 520e75cb authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Commit Bot

BackForwardCache: Allow WebScoket

Now the test harness was fixed, WebSocket should be available with
BackForwardCache.

Bug: 981740
Change-Id: I0adfaefac2032bb35e6e5488ed88f78fd979d877
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690404Reviewed-by: default avatarKouhei Ueno <kouhei@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682651}
parent a6354d7d
......@@ -30,7 +30,6 @@ constexpr uint64_t ToFeatureBit(WebSchedulerTrackedFeature feature) {
// TODO(lowell): Finalize disallowed feature list, and test for each disallowed
// feature.
constexpr uint64_t kDisallowedFeatures =
ToFeatureBit(WebSchedulerTrackedFeature::kWebSocket) |
ToFeatureBit(WebSchedulerTrackedFeature::kWebRTC) |
ToFeatureBit(WebSchedulerTrackedFeature::kContainsPlugins) |
ToFeatureBit(WebSchedulerTrackedFeature::kDedicatedWorkerOrWorklet) |
......
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