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

Unified Diff: third_party/WebKit/Source/modules/mediasession/MediaSession.idl

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediasession/MediaSession.idl
diff --git a/third_party/WebKit/Source/modules/mediasession/MediaSession.idl b/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
index aebfee9a0787b9e0ad197d76ff800f9eb24c488a..e4af5f8d83544d04af021320b4a5ad5fad4d593c 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
+++ b/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
@@ -27,9 +27,9 @@ callback MediaSessionActionHandler = void ();
Custom=VisitDOMWrapper,
RuntimeEnabled=MediaSession,
] interface MediaSession {
- attribute MediaMetadata? metadata;
- attribute MediaSessionPlaybackState playbackState;
+ [Measure] attribute MediaMetadata? metadata;
+ [Measure] attribute MediaSessionPlaybackState playbackState;
- void setActionHandler(MediaSessionAction action,
- MediaSessionActionHandler? handler);
+ [Measure] void setActionHandler(MediaSessionAction action,
+ MediaSessionActionHandler? handler);
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698