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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1610123003: Added anonymizer to SystemLogUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1945a9ba393f49f16737f40320d7b4b22ba25a15..2f2030c8dc9c81d02dc0d33b0759f9ea1c775540 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10262,12 +10262,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Enterprise.SystemLogPIILeak" enum="SystemLogPIIType">
Thiemo Nagel 2016/01/21 14:22:29 I don't think it is OK to change the type of an hi
Polina Bondarenko 2016/01/21 16:16:08 Removed.
+<histogram name="Enterprise.SystemLogPIILeak" enum="BooleanSuccess">
<owner>pbond@chromium.org</owner>
<summary>
- Events for counting sensitive data occurrences in system logs to upload.
- (Email addresses, IP addresses, SSIDs, URLs). The lines with this data will
- be removed before upload.
+ Events for counting sensitive data occurrences in system logs to upload. The
+ PII will be anonymized before upload.
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698