| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
[[maybe_unused]] RAW_PTR_EXCLUSION PendingTask& pending_task_;Should this be a `raw_ref<PendingTask, kUnprotectedInRelease>`?
Perhaps update the comment as well?
// RAW_PTR_EXCLUSION: TaskQueueImpl is in the raw_ptr-unsupported types list
// (perf-sensitive; see raw_ptr.h). Performance reasons (speedometer3).
RAW_PTR_EXCLUSION TaskQueueImpl* const task_queue_ = nullptr; // NOT OWNED.This is not switched because it is perf-sensitive? Even in debug? Might want to make the comment even clearer that this was excluded. Or should this also be kUnprotectedInRelease?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |