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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1438123002: Removed callbacks to JNI functions + added gzip compressed seed support & pulling response time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented the rest TODOs: pulling time from response and GZIP compressed seed support Created 5 years, 1 month 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 ec96f5e5b81a5f2f35f56961bdffb8f02b6ca932..21776baea50cbd6db8e7daea81ad7d7f1db86e5e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75732,9 +75732,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<enum name="VariationsFirstRunResult" type="int">
<int value="0" label="Seed imported successfully"/>
- <int value="1" label="Seed import failed - no callback"/>
- <int value="2" label="Seed import failed - no first run seed"/>
- <int value="3" label="Seed import failed - failed to store seed"/>
+ <int value="1" label="Seed import failed - no first run seed"/>
+ <int value="2" label="Seed import failed - failed to store seed"/>
Alexei Svitkine (slow) 2015/11/12 16:26:55 Histograms shouldn't be changed. Keep the old entr
Alexander Agulenko 2015/11/12 20:06:42 Done.
</enum>
<enum name="VariationsPermanentConsistencyCountryResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698