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

Unified Diff: content/browser/renderer_host/media/device_request_message_filter.cc

Issue 131503006: Initialization of audio manager for Android is now done on the audio thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improved structure of all input unittests Created 6 years, 11 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/browser/renderer_host/media/device_request_message_filter.cc
diff --git a/content/browser/renderer_host/media/device_request_message_filter.cc b/content/browser/renderer_host/media/device_request_message_filter.cc
index 37e3bea3c6530df6210d1e75cf2d091b252271d9..181028c3607ced1ba85daeb6670fa148e0bb77d5 100644
--- a/content/browser/renderer_host/media/device_request_message_filter.cc
+++ b/content/browser/renderer_host/media/device_request_message_filter.cc
@@ -93,8 +93,8 @@ void DeviceRequestMessageFilter::DevicesEnumerated(
}
// Query for mic and camera permissions.
- if (!resource_context_->AllowMicAccess(request_it->origin))
- ClearDeviceLabels(audio_devices);
+ // if (!resource_context_->AllowMicAccess(request_it->origin))
+ // ClearDeviceLabels(audio_devices);
if (!resource_context_->AllowCameraAccess(request_it->origin))
ClearDeviceLabels(video_devices);
« no previous file with comments | « no previous file | media/audio/android/audio_android_unittest.cc » ('j') | media/audio/android/audio_android_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698