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

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

Issue 2128173003: Merge the hash prefixes from the old store and the additions in the partial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit: s/soace/space 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
« no previous file with comments | « components/safe_browsing_db/v4_store_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 fc5adae2e4e25202528f57d07bcb83fd85d19765..298bdece14865df59fcc3c5c6b324aed017ffac0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47144,6 +47144,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4ApplyUpdateResult"
+ enum="SafeBrowsingV4ApplyUpdateResult">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ Track the result of applying the update fetched from the PVer4 service for a
+ particular store.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4StoreReadResult"
enum="SafeBrowsingStoreReadResult">
<owner>vakh@chromium.org</owner>
@@ -88411,6 +88420,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="UNABLE_TO_RENAME_FAILURE"/>
</enum>
+<enum name="SafeBrowsingV4ApplyUpdateResult" type="int">
+ <int value="0" label="APPLY_UPDATE_SUCCESS"/>
+ <int value="1" label="UNEXPECTED_APPLY_UPDATE_FAILURE"/>
+ <int value="2" label="PREFIX_SIZE_TOO_SMALL_FAILURE"/>
+ <int value="3" label="PREFIX_SIZE_TOO_LARGE_FAILURE"/>
+ <int value="4" label="ADDITIONS_SIZE_UNEXPECTED_FAILURE"/>
+ <int value="5" label="ADDITIONS_HAS_EXISTING_PREFIX_FAILURE"/>
+ <int value="6" label="UNEXPECTED_RESPONSE_TYPE_FAILURE"/>
+</enum>
+
<enum name="SafeBrowsingV4OperationResult" type="int">
<int value="0" label="STATUS_200"/>
<int value="1" label="PARSE_ERROR (subset of STATUS_200)"/>
« no previous file with comments | « components/safe_browsing_db/v4_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698