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

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

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, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a7aaf18c8969f7ea0dc741c4b83a046932e51f08..ba61078e0925c510e73a26ff2c5d4025dfc2867d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42611,6 +42611,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="527" label="MixedContentPrivateIPInPublicWebsitePassive"/>
<int value="528" label="MixedContentPrivateIPInPublicWebsiteActive"/>
<int value="529" label="XMLExternalResourceLoad"/>
+ <int value="530" label="MixedContentPrivateHostnameInPublicHostname"/>
+ <int value="531" label="LegacyProtocolEmbeddedAsSubresource"/>
+ <int value="532" label="RequestedSubresourceWithEmbeddedCredentials"/>
+ <int value="533" label="SVG1DOM"/>
+ <int value="534" label="SVGPathSegDOM"/>
</enum>
<enum name="FFmpegCodecs" type="int">

Powered by Google App Engine
This is Rietveld 408576698