| Code-Review | +1 |
DCHECK(message_port_service);nit: chromium code has been preferring CHECKs to DCHECKs for a while (prioritizing memory safety over microscopic performance gains when we're not in hot loops).
void SetUp() override {nit: `SetUp()` logic can usually go in the constructor and `TearDown()` logic can usually go in the destructor.
| 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. |
nit: chromium code has been preferring CHECKs to DCHECKs for a while (prioritizing memory safety over microscopic performance gains when we're not in hot loops).
Done
nit: `SetUp()` logic can usually go in the constructor and `TearDown()` logic can usually go in the destructor.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |