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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStream.h

Issue 1362933003: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/MediaStream.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStream.h b/third_party/WebKit/Source/modules/mediastream/MediaStream.h
index 6ee0ef6da7517d29f540d2ab3a0be4fdaa5f2c98..ab5286f100f550ab7f57e779450a19b657ae7bea 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStream.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStream.h
@@ -53,9 +53,6 @@ public:
static MediaStream* create(ExecutionContext*, PassRefPtr<MediaStreamDescriptor>);
~MediaStream() override;
- // DEPRECATED
- String label() const { return m_descriptor->id(); }
-
String id() const { return m_descriptor->id(); }
void addTrack(MediaStreamTrack*, ExceptionState&);
@@ -68,8 +65,6 @@ public:
MediaStreamTrackVector getTracks();
bool active() const { return m_descriptor->active(); }
- bool ended() const;
- void stop();
DEFINE_ATTRIBUTE_EVENT_LISTENER(active);
DEFINE_ATTRIBUTE_EVENT_LISTENER(inactive);
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | third_party/WebKit/Source/modules/mediastream/MediaStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698