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

Unified Diff: content/renderer/media/user_media_client_impl.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
Index: content/renderer/media/user_media_client_impl.h
diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
index 24c9cd1dd344e2ea7e5f6c5347eae5f80576ff83..dd7a0635fa409a95cc1c40f9eab69f01cfbbee74 100644
--- a/content/renderer/media/user_media_client_impl.h
+++ b/content/renderer/media/user_media_client_impl.h
@@ -64,8 +64,6 @@ class CONTENT_EXPORT UserMediaClientImpl
const blink::WebUserMediaRequest& user_media_request) override;
void requestMediaDevices(
const blink::WebMediaDevicesRequest& media_devices_request) override;
- void cancelMediaDevicesRequest(
- const blink::WebMediaDevicesRequest& media_devices_request) override;
void requestSources(
const blink::WebMediaStreamTrackSourcesRequest& sources_request) override;
void setMediaDeviceChangeObserver(
« no previous file with comments | « components/test_runner/mock_web_user_media_client.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698