| Code-Review | +1 |
return RuntimeEnabledFeatures::OverscrollGesturesEnabled();Maybe just move this to the return true case? If you have such a pseudo id the feature must be enabled and it should be supported.
if (pseudo_id_ == kPseudoIdOverscrollBackdrop) {This case is unnecessary, we already support it in the function called on line 794.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
return RuntimeEnabledFeatures::OverscrollGesturesEnabled();Maybe just move this to the return true case? If you have such a pseudo id the feature must be enabled and it should be supported.
Done
return RuntimeEnabledFeatures::OverscrollGesturesEnabled();Maybe just move this to the return true case? If you have such a pseudo id the feature must be enabled and it should be supported.
Done
if (pseudo_id_ == kPseudoIdOverscrollBackdrop) {This case is unnecessary, we already support it in the function called on line 794.
Done
if (pseudo_id_ == kPseudoIdOverscrollBackdrop) {This case is unnecessary, we already support it in the function called on line 794.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |