Chromium Code Reviews
DescriptionAdd a low-frequency RAPPOR configuration, and use it for Safe Browsing and Permissions metrics.
This CL implements a new RAPPOR configuration with the F privacy
parameter set to 0.25 instead of 0.5. This has the effect of introducing
less noise into the permanent random response, and thus preserving some
additional amount of signal. The reduction has been approved by the
Privacy team for low-frequency metrics (<500,000 reports per day) and
does not compromise user's privacy or anonymity.
This CL uses the new configuration for the permissions and Safe Browsing
metrics. The existing metrics for these configurations are retained for
a comparative analysis; they will be removed entirely in a future CL.
The multi-dimensional permissions metrics are removed in this CL as they
cannot be feasibly analysed.
Any other metrics which seek to use the new low-frequency configuration
must seek approval from the Metrics and Privacy teams.
BUG=598520, 606645
Committed: https://crrev.com/07aeedd625a49a1d7276026f545961f26690629a
Cr-Commit-Position: refs/heads/master@{#390819}
Patch Set 1 #
Total comments: 12
Patch Set 2 : Addressing nits, rebasing for scoped_ptr-ocalypse #Patch Set 3 : Fix iOS implementation #Patch Set 4 : Actually make permissions RAPPOR use the new config #
Total comments: 4
Patch Set 5 : Addressing nits #Messages
Total messages: 21 (9 generated)
|