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

Unified Diff: components/rappor/rappor_parameters.cc

Issue 264123004: Modify rappor parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert platform/os part, modify metric names. 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/rappor_parameters.cc
diff --git a/components/rappor/rappor_parameters.cc b/components/rappor/rappor_parameters.cc
index ede7636661e873e2ada2a3f621e5615b88a7b8c5..c3d4831da85e4f068a8da6fe4e0c8f5de1976d8a 100644
--- a/components/rappor/rappor_parameters.cc
+++ b/components/rappor/rappor_parameters.cc
@@ -9,7 +9,8 @@
namespace rappor {
std::string RapporParameters::ToString() const {
- return base::StringPrintf("{ %d, %d, %d, %d, %d, %d }",
+ return base::StringPrintf("{ %d, %d, %d, %d, %d, %d, %d }",
+ num_cohorts,
bloom_filter_size_bytes,
bloom_filter_hash_function_count,
fake_prob,

Powered by Google App Engine
This is Rietveld 408576698