| Auto-Submit | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| 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 |
base::UmaHistogramTimes(Just to check: `UmaHistogramTimes` has a max value of 10 seconds. Is that enough for this case, or would maybe `UmaHistogramMediumTimes` be better?
base::TimeTicks::Now() - notification.notification_received_timeticks);FWIW, I think many timing metrics, especially "short" ones, just use `base::Time` - in practice, it's almost always fine, especially for short time frames. So if you wanted, you could save the plumbing for the second timestamp.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |