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

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

Issue 2282323003: Add SETTING_DO_NOT_FRAGMENT to the QuicSessionErrorCodes enum. (Closed)
Patch Set: typo Created 4 years, 4 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 | « no previous file | 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 aca0658928cccb66e0936859f248eb27d7c10426..e4d061b118472ab83054c1f072c83dd2c92f6bec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91719,6 +91719,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="0" label="CONNECTING_SOCKET"/>
<int value="1" label="SETTING_RECEIVE_BUFFER"/>
<int value="2" label="SETTING_SEND_BUFFER"/>
+ <int value="3" label="SETTING_DO_NOT_FRAGMENT"/>
</enum>
<enum name="QuicSessionLocations" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698