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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1471963007: Count usage of #svgView(...) and plain SVG <view> targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms.xml Created 5 years 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 755d9a9e89f2ac16968cbef991b23e549cc0da9a..8ca090e7f2ec2b64876dc37cefd95bce1d8d01fd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63396,6 +63396,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1032" label="OfflineAudioContextSuspend"/>
<int value="1033" label="OfflineAudioContextResume"/>
<int value="1034" label="SVG1DOMPaintServer"/>
+ <int value="1035" label="SVGSVGElementFragmentSVGView"/>
+ <int value="1036" label="SVGSVGElementFragment"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698