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: public/platform/WebMediaStreamCenter.h

Issue 631813002: Remove obsolete path of getSources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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
« no previous file with comments | « Source/platform/mediastream/MediaStreamCenter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamCenter.h
diff --git a/public/platform/WebMediaStreamCenter.h b/public/platform/WebMediaStreamCenter.h
index a2610d0aeb15efbc5ab24f4d67f68d59110df252..2de456f48b0e3b4752d68ded8381b918ed699623 100644
--- a/public/platform/WebMediaStreamCenter.h
+++ b/public/platform/WebMediaStreamCenter.h
@@ -38,7 +38,6 @@ namespace blink {
class WebAudioSourceProvider;
class WebMediaStream;
class WebMediaStreamTrack;
-class WebMediaStreamTrackSourcesRequest;
class WebSourceInfo;
class WebString;
@@ -46,8 +45,6 @@ class WebMediaStreamCenter {
public:
virtual ~WebMediaStreamCenter() { }
- virtual bool getMediaStreamTrackSources(const WebMediaStreamTrackSourcesRequest&) { return false; }
-
// Stream functionality.
virtual void didCreateMediaStream(WebMediaStream&) = 0;
virtual bool didAddMediaStreamTrack(const WebMediaStream&, const WebMediaStreamTrack&) = 0;
« no previous file with comments | « Source/platform/mediastream/MediaStreamCenter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698