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

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

Issue 2749433002: Create Field Trial param for whitelisting UKM Entries. (Closed)
Patch Set: add comment Created 3 years, 9 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
« components/ukm/ukm_service.cc ('K') | « components/ukm/ukm_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 51f70d9eb846709efb26e7ed2e7b66aefa1fd933..56a18ce1fb1ccc12e9c53239a17a2d9d4cd2b690 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -111870,6 +111870,7 @@ from previous Chrome versions.
<int value="0" label="Not dropped"/>
<int value="1" label="Recording disabled"/>
<int value="2" label="Max hit"/>
+ <int value="3" label="Not whitelisted"/>
</enum>
<enum name="UmaCleanExitConsistency" type="int">
« components/ukm/ukm_service.cc ('K') | « components/ukm/ukm_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698