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

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

Issue 2767093002: Fix AutoplayUmaHelper when autoplay is initiated from multiple sources (Closed)
Patch Set: fixed test Created 3 years, 9 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 | « third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp ('k') | tools/metrics/rappor/rappor.xml » ('j') | 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 a747730197baacf71f47499b80c7bcf4c4210986..017a06ec2f669feb61825efe650f451ac83e6903 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82415,6 +82415,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<enum name="AutoplaySource" type="int">
<int value="0" label="autoplay attribute"/>
<int value="1" label="play() method"/>
+ <int value="2" label="dual source"/>
</enum>
<enum name="AutoSigninFirstRun" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698