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

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

Issue 2128583005: DownloadProtection: Add more graceful handling of verdict=UNKNOWN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..309211561185510bc10b1cf7c6b42578ea86be8b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87737,6 +87737,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="24" label="LOCAL_FILE"/>
<int value="25" label="REMOTE_FILE"/>
<int value="26" label="SAMPLED_UNSUPPORTED_FILE"/>
+ <int value="27" label="VERDICT_UNKNOWN"/>
</enum>
<enum name="SBClientDownloadCheckResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698