Chromium Code Reviews

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

Issue 962673004: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unittest for Android bot. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a2bdcccabde9f19bcf6ae77063687dd9971fd510..08e4b34fccb81ecb49aba72011a71e935941f9b1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60466,6 +60466,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="-964676765" label="enable-accelerated-mjpeg-decode"/>
<int value="-951394314" label="top-chrome-md"/>
<int value="-949178861" label="enable-new-avatar-menu"/>
+ <int value="-938178614" label="enable-suggestions-with-substring-match"/>
<int value="-926422468" label="disable-embedded-shared-worker"/>
<int value="-918618075" label="enable-service-worker"/>
<int value="-914210146" label="enable-web-based-signin"/>

Powered by Google App Engine