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

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

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: rebased Created 4 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
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.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 9c0944a4ab52b56c33cb2128c0f33141f63d93bb..09f22a5ebfc3a5b33eb8283259a03897c0fab64c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4192,6 +4192,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Blink.MediaElement.Autoplay" enum="MediaElementAutoPlay">
+ <obsolete>
+ Deprecated 11/2016 in Issue 666370 with the deprecation of Autoplay
+ experiment.
+ </obsolete>
<owner>oysteine@chromium.org</owner>
<summary>
Records user observation and interaction with Media HTML elements that
@@ -93564,6 +93568,10 @@ value.
</enum>
<enum name="MediaElementAutoPlay" type="int">
+ <obsolete>
+ Deprecated 11/2016 in Issue 666370 with the deprecation of Autoplay
+ experiment.
+ </obsolete>
<int value="0" label="Media element with autoplay seen"/>
<int value="1"
label="Autoplay enabled and user stopped media play at any point"/>
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698