Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: components/rappor/proto/rappor_metric.proto

Issue 264123004: Modify rappor parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/rappor/proto/rappor_metric.proto
diff --git a/components/rappor/proto/rappor_metric.proto b/components/rappor/proto/rappor_metric.proto
index e5efe21c4779b98dcc5128f273a0d9bf3999fe58..c1d9cbf313ee850ec65f6ace2c52704095036ea1 100644
--- a/components/rappor/proto/rappor_metric.proto
+++ b/components/rappor/proto/rappor_metric.proto
@@ -20,7 +20,8 @@ message RapporReports {
// partioned into cohorts in different ways, to allow better statistics and
// increased coverage. In particular, the cohort will serve to choose the
// hash functions used for Bloom-filter-based reports. The cohort is
- // generated randomly by the client and is currently in the range [0,32).
+ // generated randomly by the client and is currently in the range [0,512).
+ // Was in range [0,32) in chrome versions before M37.
optional int32 cohort = 1;
// Each Report contains the values generated by the RAPPOR process for one

Powered by Google App Engine
This is Rietveld 408576698