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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 577943002: Add a commandline flag for disabling the SVG 1 DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 | « content/public/common/content_switches.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 4fe3a89d567cce9fdd0ba1f48011000415e8d057..f7380aec7b19aaad4698570db7d5ca4f95f21ef8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43903,6 +43903,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="560" label="ScreenOrientationUnlock"/>
<int value="561" label="GeolocationSecureOrigin"/>
<int value="562" label="GeolocationInsecureOrigin"/>
+ <int value="563" label="NotificationSecureOrigin"/>
+ <int value="564" label="NotificationInsecureOrigin"/>
+ <int value="565" label="NotificationShowEvent"/>
+ <int value="566" label="CSSXGetComputedStyleQueries"/>
+ <int value="567" label="SVG1DOM"/>
+ <int value="568" label="SVGPathSegDOM"/>
+ <int value="569" label="SVGTransformListConsolidate"/>
+ <int value="570" label="SVGAnimatedTransformListBaseVal"/>
</enum>
<enum name="FFmpegCodecs" type="int">
« no previous file with comments | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698