| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
NET_EXPORT BASE_DECLARE_FEATURE(kCookieStoreAPIMaxAge);Consider making this a Blink feature instead of a feature in net/, since this flag only toggles support of `maxAge` in the Blink API, not the cookie attribute in general https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/common/features.h
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
NET_EXPORT BASE_DECLARE_FEATURE(kCookieStoreAPIMaxAge);Consider making this a Blink feature instead of a feature in net/, since this flag only toggles support of `maxAge` in the Blink API, not the cookie attribute in general https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/common/features.h
ok gotcha, made it a blink feature and its autogenerated based on the addition to runtime_enabled_features.json. Lmk if thats reasonable
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
NET_EXPORT BASE_DECLARE_FEATURE(kCookieStoreAPIMaxAge);Anusha MuleyConsider making this a Blink feature instead of a feature in net/, since this flag only toggles support of `maxAge` in the Blink API, not the cookie attribute in general https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/common/features.h
ok gotcha, made it a blink feature and its autogenerated based on the addition to runtime_enabled_features.json. Lmk if thats reasonable
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |