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

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

Issue 2660583003: [Blink>Media] Record MediaSession API interface usage metrics (Closed)
Patch Set: fixed histograms Created 3 years, 11 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/modules/mediasession/MediaSession.idl ('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 ae1a8e69ac2215d213c142e7f9a25192c3a209de..c1431de4df32cc8600bfefd57a932417537d6f67 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90118,6 +90118,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1785" label="HTMLTableCellElementColspanGreaterThan8190"/>
<int value="1786" label="SelectionAddRangeIntersect"/>
<int value="1787" label="PostMessageFromInsecureToSecureToplevel"/>
+ <int value="1788" label="V8MediaSession_Metadata_AttributeGetter"/>
+ <int value="1789" label="V8MediaSession_Metadata_AttributeSetter"/>
+ <int value="1790" label="V8MediaSession_PlaybackState_AttributeGetter"/>
+ <int value="1791" label="V8MediaSession_PlaybackState_AttributeSetter"/>
+ <int value="1792" label="V8MediaSession_SetActionHandler_Method"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/MediaSession.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698