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

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

Issue 2672823006: Add UseCounter to see how often the "allowfullscreen" attribute is modified. (Closed)
Patch Set: Created 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 528401aea54db684e86baf5d0b16221fa7d65db4..a01072514e98042971e750d085c0a6f0cc0e3fcd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90659,6 +90659,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1798" label="CSSValueUserModifyReadOnly"/>
<int value="1799" label="CSSValueUserModifyReadWrite"/>
<int value="1800" label="CSSValueUserModifyReadWritePlaintextOnly"/>
+ <int value="1801" label="HTMLIFrameElementAllowfullscreenAttribute"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698