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

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: Merging this CL with master 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
« no previous file with comments | « components/variations/variations_seed_store.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 6686fa3a456eab69eb193a9ad772bef40552bdd4..926604419c8c708ff1443245f8edf147451804d5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76333,7 +76333,7 @@ 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="1" label="Seed import failed - no callback (Obsolete)"/>
<int value="2" label="Seed import failed - no first run seed"/>
<int value="3" label="Seed import failed - failed to store seed"/>
</enum>
« no previous file with comments | « components/variations/variations_seed_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698