Origin policy: fix up feature flag handling
Previously most parts of the code would check if origin policy was enabled, but one part would check if origin policy was enabled *or* if experimental web platform features was enabled. The intention is to have experimental web platform features imply origin policy, which can be done through content_switch_dependent_feature_overrides, and then only having to check if origin policy is enabled. Bug: 751996 Change-Id: I2da004e77ecc8b72e426b8c62ab944837a92d6a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063046Reviewed-by:Lily Chen <chlily@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#742862}
Showing
Please register or sign in to comment