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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl

Issue 2425703002: Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: Remove |remote| and |readonly| members of MediaStreamTrack Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
index 9a2b1c4ea8f84e1b2034b988e247674b14651d59..e50a4d5dcd370773cd2c3643bc6a04f7f8048b87 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
@@ -52,8 +52,6 @@ enum MediaStreamTrackState {
[RuntimeEnabled=MediaConstraints] MediaTrackConstraints getConstraints();
[RuntimeEnabled=MediaGetSettings] MediaTrackSettings getSettings();
- // Non-standard APIs
- [MeasureAs=MediaStreamTrackRemote] readonly attribute boolean remote;
// TODO(guidou): Remove MediaStreamTrack.getSources().
// https://crbug.com/649710
[CallWith=ExecutionContext, RaisesException, DeprecateAs=MediaStreamTrackGetSources] static void getSources(MediaStreamTrackSourcesCallback callback);

Powered by Google App Engine
This is Rietveld 408576698