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

Unified Diff: components/test_runner/mock_web_user_media_client.h

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
« no previous file with comments | « no previous file | components/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f381417ccf93fdd5d11be96735c251ef93427675..374e3365fe61053700648677ad712959a9cde90d 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 cancelMediaDevicesRequest(const blink::WebMediaDevicesRequest&) override;
void requestSources(const blink::WebMediaStreamTrackSourcesRequest&) override;
void setMediaDeviceChangeObserver(
const blink::WebMediaDeviceChangeObserver&) override;
« no previous file with comments | « no previous file | components/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698