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

Unified Diff: components/rappor/rappor_parameters.h

Issue 509203002: Create a mechanism for reporting rappor metrics from non-UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | components/rappor/rappor_parameters.cc » ('j') | components/rappor/rappor_service.cc » ('J')
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 ca625ba4d8e3216969d5efe2b545aabb91878029..f03588b8f3973f41f1e8cf58dc9d93701c05184a 100644
--- a/components/rappor/rappor_parameters.h
+++ b/components/rappor/rappor_parameters.h
@@ -43,6 +43,10 @@ struct RapporParameters {
Probability one_coin_prob;
// The probability that a zero bit in the redacted data reports as one.
Probability zero_coin_prob;
+
+ // Whether reporting this metric requires all rappor metric reporting
+ // to be enabled.
jwd 2014/08/29 15:45:47 The comment seems backwards to me. Like true means
Steven Holte 2014/09/19 22:48:47 Done.
+ bool always_enabled;
};
} // namespace rappor
« no previous file with comments | « no previous file | components/rappor/rappor_parameters.cc » ('j') | components/rappor/rappor_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698