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

Unified Diff: components/rappor/rappor_parameters.h

Issue 1058333002: Multi-dimension rappor metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/rappor_parameters.h
diff --git a/components/rappor/rappor_parameters.h b/components/rappor/rappor_parameters.h
index 814ed2ffca51b60d478d22f24b4115f16e5b8a0e..5c91834f77b913824838eeacd9b6de38fa193bb9 100644
--- a/components/rappor/rappor_parameters.h
+++ b/components/rappor/rappor_parameters.h
@@ -48,6 +48,9 @@ struct RapporParameters {
// The number of hash functions used in the Bloom filter.
int bloom_filter_hash_function_count;
+ // The number of flag bits this metric contains.
Alexei Svitkine (slow) 2015/04/09 21:25:03 Nit: Comment says bits, field name says bytes.
Steven Holte 2015/04/14 20:07:38 Done.
+ int flag_bytes;
+
// The probability that a bit will be redacted with fake data.
Probability fake_prob;
// The probability that a fake bit will be a one.

Powered by Google App Engine
This is Rietveld 408576698