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

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: Cleanup and add xml support Created 5 years, 8 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
« no previous file with comments | « components/rappor/rappor_metric_unittest.cc ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_parameters.h
diff --git a/components/rappor/rappor_parameters.h b/components/rappor/rappor_parameters.h
index 814ed2ffca51b60d478d22f24b4115f16e5b8a0e..82718e1beec8f0c2ee7cddfc9fef86d496149cae 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 bytes this metric contains.
+ 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.
« no previous file with comments | « components/rappor/rappor_metric_unittest.cc ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698