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

Unified Diff: chrome/common/metrics/proto/system_profile.proto

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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: chrome/common/metrics/proto/system_profile.proto
diff --git a/chrome/common/metrics/proto/system_profile.proto b/chrome/common/metrics/proto/system_profile.proto
index abeea2bb0f269a0cffb5d528b80a890ce25bf025..e00fb292d0e0e0962643e54b112df27005c3aae6 100644
--- a/chrome/common/metrics/proto/system_profile.proto
+++ b/chrome/common/metrics/proto/system_profile.proto
@@ -442,4 +442,6 @@ message SystemProfileProto {
// A zero value indicates that the user count changed while the log is open.
// Logged only on ChromeOS.
optional uint32 multi_profile_user_count = 17;
+
Steven Holte 2013/10/28 21:02:44 This probably should move somewhere else and be a
Ilya Sherman 2013/10/29 00:32:31 If this is meant to be a general utility for parti
+ optional string bloom_filter_bits = 18;
}

Powered by Google App Engine
This is Rietveld 408576698