CHECK(json_value.has_value());
Should we have this `CHECK()` given the `value_or` below?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CHECK(json_value.has_value());
Should we have this `CHECK()` given the `value_or` below?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Commit-Queue | +2 |
Owners-Override | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove deprecated base::JSONWriter::Write() calls in //services
Mechanically switch from base::JSONWriter::Write() to base::WriteJson().
Keep the existing behavior for all callers. So if a caller does not
check the Write() return result, then return an empty string on failure.
This CL was initially AI generated, with https://crrev.com/c/6916012 as
the human-written example CL to follow. With some human touch-ups.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |