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

Unified Diff: Source/platform/mediastream/MediaStreamCenter.cpp

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.h ('k') | public/platform/WebMediaStreamCenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/MediaStreamCenter.cpp
diff --git a/Source/platform/mediastream/MediaStreamCenter.cpp b/Source/platform/mediastream/MediaStreamCenter.cpp
index ccbd1c73517b067b09978fd5272db49dc506caff..e28db0d6c38983fbf8135301b046673b82ca5313 100644
--- a/Source/platform/mediastream/MediaStreamCenter.cpp
+++ b/Source/platform/mediastream/MediaStreamCenter.cpp
@@ -41,7 +41,6 @@
#include "public/platform/WebMediaStream.h"
#include "public/platform/WebMediaStreamCenter.h"
#include "public/platform/WebMediaStreamTrack.h"
-#include "public/platform/WebMediaStreamTrackSourcesRequest.h"
#include "wtf/Assertions.h"
#include "wtf/MainThread.h"
#include "wtf/PassOwnPtr.h"
@@ -64,11 +63,6 @@ MediaStreamCenter::~MediaStreamCenter()
{
}
-bool MediaStreamCenter::getMediaStreamTrackSources(MediaStreamTrackSourcesRequest* request)
-{
- return m_private && m_private->getMediaStreamTrackSources(request);
-}
-
void MediaStreamCenter::didSetMediaStreamTrackEnabled(MediaStreamComponent* component)
{
if (m_private) {
« no previous file with comments | « Source/platform/mediastream/MediaStreamCenter.h ('k') | public/platform/WebMediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698