Remove Chromium uses of deprecated der::Input::As* methods
der::Input is a remnant of before span existed. We'll eventually turn it
into a span typedef, at which point these methods will be gone. Instead,
use base::as_string_view. Or, in a few places, use the bytes-based
version of a function which avoids the conversion at all.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
tr...@chromium.org is from context(googleclient/chrome/chromium_gwsq/components/sync/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
*out_contents = extension.base::as_string_view(value);Bah, multi-cursor gone awry. One moment...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
*out_contents = extension.base::as_string_view(value);Bah, multi-cursor gone awry. One moment...
Done
| 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. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
media_router LGTM
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove Chromium uses of deprecated der::Input::As* methods
der::Input is a remnant of before span existed. We'll eventually turn it
into a span typedef, at which point these methods will be gone. Instead,
use base::as_string_view. Or, in a few places, use the bytes-based
version of a function which avoids the conversion at all.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |