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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 166233002: [Promise] Add UseCounter labels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 3f5e9cc0724e420d72b15e998d760ed3bf157abb..a7d9fb6ad16e1e38b3b26d34c59930827ec87d8d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26025,6 +26025,10 @@ other types of suffix sets.
<int value="266" label="PrefixedPutImageDataHD"/>
<int value="267" label="PrefixedImageSmoothingEnabled"/>
<int value="268" label="UnprefixedImageSmoothingEnabled"/>
Ilya Sherman 2014/02/14 21:26:46 What happened to 269?
yhirano 2014/02/15 01:42:01 ShadowRootApplyAuthorStyles is using it. Should I
Ilya Sherman 2014/02/18 22:50:39 Yes, please go ahead and fill in any missing entri
yhirano 2014/02/19 02:20:46 Done.
+ <int value="270" label="PromiseConstructor"/>
+ <int value="271" label="PromiseCast"/>
+ <int value="272" label="PromiseReject"/>
+ <int value="273" label="PromiseResolve"/>
</enum>
<enum name="FFmpegCodecs" 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