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

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

Issue 508143002: Remove Finch kill switch for PSL matching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed histogram constant from DISABLED to NOT_USED Created 6 years, 3 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
« no previous file with comments | « components/password_manager/core/browser/psl_matching_helper_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 3317faa0a89ed0439d8905b2a4080b2094e0f09a..0587cf61ba27a83abf41edcf2a004c10f9d8aa1a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48045,7 +48045,7 @@ To add a new entry, add it with any value and run test to compute valid value.
The value indicates whether an entry returned by password autofill contains
a value that was found by matching against the public suffix list.
</summary>
- <int value="0" label="Matching disabled"/>
+ <int value="0" label="Matching not used"/>
<int value="1" label="No match"/>
<int value="2" label="Match"/>
</enum>
« no previous file with comments | « components/password_manager/core/browser/psl_matching_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698