Chromium Code Reviews

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

Issue 2626003002: Hook up new V8 use counters (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('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 41ece1a6d9136639a16ff3c6826aca74a0128965..e0f141d4739591af5711d9bbdb445ca1049af1ef 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88876,6 +88876,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1761" label="BaseWithNewlinesInTarget"/>
<int value="1762" label="BaseWithOpenBracketInTarget"/>
<int value="1763" label="BaseWouldBeBlockedByDefaultSrc"/>
+ <int value="1764" label="V8AssigmentExpressionLHSIsCallInSloppy"/>
+ <int value="1765" label="V8AssigmentExpressionLHSIsCallInStrict"/>
+ <int value="1766" label="V8PromiseConstructorReturnedUndefined"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine