Hey Adam, would you mind taking a look at this CL to drop a shipped flag in a way that I hope is a no-op?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm, sorry for the delayed review.
bool SignaturesEnabled() { return GetParam(); }Remove?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
bool SignaturesEnabled() { return GetParam(); }Mike WestRemove?
Renamed to `InlineSignaturesEnabled`: we still need this for that feature, but hopefully we can ship it as well and get rid of this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/platform/loader/subresource_integrity_test.cc
Insertions: 2, Deletions: 2.
The diff is too large to show. Please review the diff.
```
[SRI Message Signatures] Remove feature flags for shipped features.
This CL removes SRI Message Signature's feature flags in the network
stack and Blink. We shipped them in M141, and we're unlikely to need to
remove them at this point.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |