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 |