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

Unified Diff: components/policy/core/common/cloud/enterprise_metrics.cc

Issue 1610123003: Added anonymizer to SystemLogUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/core/common/cloud/enterprise_metrics.cc
diff --git a/components/policy/core/common/cloud/enterprise_metrics.cc b/components/policy/core/common/cloud/enterprise_metrics.cc
index e0cedf2c55d70bdc8409d3333d4baa739dc1b8f4..a1b0f3f604bdf35b50aa88b0826b1fabf701c22e 100644
--- a/components/policy/core/common/cloud/enterprise_metrics.cc
+++ b/components/policy/core/common/cloud/enterprise_metrics.cc
@@ -13,6 +13,5 @@ const char kMetricUserPolicyInvalidations[] = "Enterprise.PolicyInvalidations";
const char kMetricDevicePolicyRefresh[] = "Enterprise.DevicePolicyRefresh";
const char kMetricDevicePolicyInvalidations[] =
"Enterprise.DevicePolicyInvalidations";
-const char kMetricSystemLogPII[] = "Enterprise.SystemLogPIILeak";
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698