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

Unified Diff: components/test_runner/mock_web_user_media_client.cc

Issue 2377613002: Remove cancelMediaDevicesRequest dead code. (Closed)
Patch Set: Created 4 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: components/test_runner/mock_web_user_media_client.cc
diff --git a/components/test_runner/mock_web_user_media_client.cc b/components/test_runner/mock_web_user_media_client.cc
index bd774a0d08999c055413d3ee462c8f62c266e367..bc4e1bba4f93de639cfd361ce42ddbd23213900f 100644
--- a/components/test_runner/mock_web_user_media_client.cc
+++ b/components/test_runner/mock_web_user_media_client.cc
@@ -151,10 +151,6 @@ void MockWebUserMediaClient::requestMediaDevices(
media_device_change_observer_.didChangeMediaDevices();
}
-void MockWebUserMediaClient::cancelMediaDevicesRequest(
- const WebMediaDevicesRequest&) {
-}
-
void MockWebUserMediaClient::requestSources(
const blink::WebMediaStreamTrackSourcesRequest& request) {
struct {
« no previous file with comments | « components/test_runner/mock_web_user_media_client.h ('k') | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698