| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// TODO(crbug.com/40284755): implement spanified version.This comment can go away, and you can also tie this CL to this bug 😊
return std::u16string(utf16.begin(), utf16.end());Looking at the rest of this CL (and checking CodeSearch for callers of this function), I don't think this branch is ever taken. Can it be removed?
And if it can be removed, could this whole function be collapsed into the two call sites (one of which is newly introduced) inside `string16_mojom_traits.cc`? I'm guessing that the commented concern about binary size is no longer applicable.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This comment can go away, and you can also tie this CL to this bug 😊
sure
return std::u16string(utf16.begin(), utf16.end());Looking at the rest of this CL (and checking CodeSearch for callers of this function), I don't think this branch is ever taken. Can it be removed?
And if it can be removed, could this whole function be collapsed into the two call sites (one of which is newly introduced) inside `string16_mojom_traits.cc`? I'm guessing that the commented concern about binary size is no longer applicable.
I think it can be removed. Do you mean it would be better to delete latin1_string_conversions.cc?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |