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

Unified Diff: components/test_runner/mock_web_user_media_client.h

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Fix platform-specific expectations file 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
Index: components/test_runner/mock_web_user_media_client.h
diff --git a/components/test_runner/mock_web_user_media_client.h b/components/test_runner/mock_web_user_media_client.h
index 374e3365fe61053700648677ad712959a9cde90d..818db92031a1bd8227e83477d05f2f0e44b05ad5 100644
--- a/components/test_runner/mock_web_user_media_client.h
+++ b/components/test_runner/mock_web_user_media_client.h
@@ -22,7 +22,6 @@ class MockWebUserMediaClient : public blink::WebUserMediaClient {
void requestUserMedia(const blink::WebUserMediaRequest&) override;
void cancelUserMediaRequest(const blink::WebUserMediaRequest&) override;
void requestMediaDevices(const blink::WebMediaDevicesRequest&) override;
- void requestSources(const blink::WebMediaStreamTrackSourcesRequest&) override;
void setMediaDeviceChangeObserver(
const blink::WebMediaDeviceChangeObserver&) override;
« no previous file with comments | « components/test_runner/mock_web_media_stream_center.cc ('k') | components/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698