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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1770983002: Add atomic sequence number to ChannelIDService and check that in URLRequestHttpJob logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small fixes Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c3def319c25e6aa543293567a61efd3e571c3387..80cddb3b00edf6d1bd5832a6b3f3f6962e65b628 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82501,6 +82501,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="NO_COOKIE_STORE"/>
<int value="5" label="NO_CHANNEL_ID_STORE"/>
<int value="6" label="KNOWN_MISMATCH"/>
+ <int value="7" label="EPHEMERAL_MATCH"/>
+ <int value="8" label="EPHEMERAL_MISMATCH"/>
+ <int value="9" label="PERSISTENT_MATCH"/>
+ <int value="10" label="PERSISTENT_MISMATCH"/>
mattm 2016/03/09 21:33:01 add notes about old values that are not used anymo
nharper 2016/03/09 21:52:07 Done.
</enum>
<enum name="TokenBinding.Support" type="int">
« net/url_request/url_request_http_job.cc ('K') | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698