Hi, chromium committers. This CL is the part of unchecked warning enable task. Please help review, thanks!
| 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. |
private final OneshotSupplier<? extends BottomControlsContentDelegate> mContentDelegateSupplier;Sorry to be annoying, but instead of using `? extends`, can you create another overload for [`SupplierUtils.upcast()`](https://source.chromium.org/chromium/chromium/src/+/main:base/android/java/src/org/chromium/base/supplier/SupplierUtils.java;drc=4674a5476b49b6ebde777ac100a49a095634152b;l=138) to fix this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
private final OneshotSupplier<? extends BottomControlsContentDelegate> mContentDelegateSupplier;Sorry to be annoying, but instead of using `? extends`, can you create another overload for [`SupplierUtils.upcast()`](https://source.chromium.org/chromium/chromium/src/+/main:base/android/java/src/org/chromium/base/supplier/SupplierUtils.java;drc=4674a5476b49b6ebde777ac100a49a095634152b;l=138) to fix this?
Many thanks for the suggestion! Done. Please help take a look again.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Owners-Override | +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. |