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

Unified Diff: content/renderer/pepper/pepper_media_device_manager.cc

Issue 2487133003: Remove dead code related to media device enumerations and monitoring. (Closed)
Patch Set: rebase 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 | « content/renderer/pepper/pepper_media_device_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_media_device_manager.cc
diff --git a/content/renderer/pepper/pepper_media_device_manager.cc b/content/renderer/pepper/pepper_media_device_manager.cc
index ead7c594b05f117b33c940911bf975aa96fb91c6..84e12b2e521d590a04d883e85781b7ca6cd42558 100644
--- a/content/renderer/pepper/pepper_media_device_manager.cc
+++ b/content/renderer/pepper/pepper_media_device_manager.cc
@@ -186,12 +186,6 @@ void PepperMediaDeviceManager::OnDeviceStopped(
const std::string& label,
const StreamDeviceInfo& device_info) {}
-void PepperMediaDeviceManager::OnDevicesEnumerated(
- int request_id,
- const StreamDeviceInfoArray& device_array) {
- NOTREACHED();
-}
-
void PepperMediaDeviceManager::OnDeviceOpened(
int request_id,
const std::string& label,
@@ -203,8 +197,6 @@ void PepperMediaDeviceManager::OnDeviceOpenFailed(int request_id) {
NotifyDeviceOpened(request_id, false, std::string());
}
-void PepperMediaDeviceManager::OnDevicesChanged() {}
-
// static
MediaStreamType PepperMediaDeviceManager::FromPepperDeviceType(
PP_DeviceType_Dev type) {
« no previous file with comments | « content/renderer/pepper/pepper_media_device_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698