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

Unified Diff: third_party/WebKit/public/web/WebUserMediaClient.h

Issue 2493823002: Revert of Revert "Remove MediaStreamTrack.getSources()." (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/public/platform/WebSourceInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebUserMediaClient.h
diff --git a/third_party/WebKit/public/web/WebUserMediaClient.h b/third_party/WebKit/public/web/WebUserMediaClient.h
index 2a5055793efa2159cd208dcba2f10758044e0f13..1c7ba63355153841d8b12e8834b73ea77f576b78 100644
--- a/third_party/WebKit/public/web/WebUserMediaClient.h
+++ b/third_party/WebKit/public/web/WebUserMediaClient.h
@@ -34,7 +34,6 @@
namespace blink {
class WebMediaDevicesRequest;
-class WebMediaStreamTrackSourcesRequest;
class WebUserMediaRequest;
class WebMediaDeviceChangeObserver;
@@ -45,7 +44,6 @@
virtual void requestUserMedia(const WebUserMediaRequest&) = 0;
virtual void cancelUserMediaRequest(const WebUserMediaRequest&) = 0;
virtual void requestMediaDevices(const WebMediaDevicesRequest&) = 0;
- virtual void requestSources(const WebMediaStreamTrackSourcesRequest&) = 0;
virtual void setMediaDeviceChangeObserver(
const WebMediaDeviceChangeObserver&) = 0;
};
« no previous file with comments | « third_party/WebKit/public/platform/WebSourceInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698