| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inline kBackwardsClockTolerance in header
kBackwardsClockTolerance is in a header file, so it should be inlined to
ensure it's not duplicated across translation units.
This fixes the following Chromium presubmit warning:
Consider inlining constexpr variable definitions in headers outside of classes
to avoid unnecessary copies of the constant. See https://abseil.io/tips/168 for
more details.
third_party\crashpad\crashpad\handler\crash_report_upload_rate_limit.h: 29
constexpr int kBackwardsClockTolerance = 60 * 60 * 24; // 1 day
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |