// (or highly likely to be) rare, e.g. <1% of page views as measured by UMA.It's not clear from the CL desc that this requirement is met. If it is, mention explicitly.
If it's unknown, then it can instead be added as a standalone UKM metric so it can be sampled automatically accordingly.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
// (or highly likely to be) rare, e.g. <1% of page views as measured by UMA.It's not clear from the CL desc that this requirement is met. If it is, mention explicitly.
If it's unknown, then it can instead be added as a standalone UKM metric so it can be sampled automatically accordingly.
| 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 |
| 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. |
[DC] Add UseCounter for unknown DC protocols
This CL adds a new WebFeature kDigitalCredentialsProtocolUnknown to
track usages of the Digital Credentials API with protocols that are not
explicitly recognized/counted. This helps in understanding the
prevalence of other protocols being used in the wild.
The feature is also added to UKM to allow for more detailed analysis if
needed, since DC API is very rarely (much less than 0.01%) used in the
moment, and for this specific bucket, it will be even more rare.
FWIW: All DC API calls are added to the UKM already
kIdentityDigitalCredentials.
Tests are added to ensure the counter works as expected.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |