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. |
CONTENT_EXPORT BASE_DECLARE_FEATURE(kPrefetchCookieIndices);
Since this is not used outside of `//content`, can you put this in `content/common/features.h` instead which is also included from `content/public/common/content_switch_dependent_feature_overrides.cc`?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
CONTENT_EXPORT BASE_DECLARE_FEATURE(kPrefetchCookieIndices);
Since this is not used outside of `//content`, can you put this in `content/common/features.h` instead which is also included from `content/public/common/content_switch_dependent_feature_overrides.cc`?
Done! Sorry for missing the comment at the top of the file :(
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
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. |
Make Cookie-Indices experimental
To help reduce the number of prefetch-related virtual test suites, we
mark the Cookie-Indices related features as dependent on experimental
web platform features, so that they are on by default when running web
platform tests.
This requires moving the base::Feature declarations from
prefetch_features.h to content_features.h so they can be referenced from
content_switch_dependent_feature_overrides.cc.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |