Index: third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl |
diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl |
similarity index 52% |
copy from third_party/WebKit/Source/modules/webshare/NavigatorShare.idl |
copy to third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl |
index 27e55b463664f32e5317e445c4edeba3d1084bbe..5c10b55cf3188a5e5c9b2feb44f3f32969e46421 100644 |
--- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.idl |
+++ b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://github.com/WICG/web-share/blob/master/docs/interface.md |
+// https://github.com/WICG/mediasession/blob/master/explainer.md |
mlamouri (slow - plz ping)
2016/09/14 10:08:45
Link to the spec instead. If the first draft is ou
|
[ |
- OriginTrialEnabled=WebShare, |
+ RuntimeEnabled=MediaSession, |
] partial interface Navigator { |
- [CallWith=ScriptState, MeasureAs=WebShareShare] |
- Promise<void> share(ShareData data); |
+ readonly attribute MediaSession? mediaSession; |
}; |