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

Unified Diff: content/browser/renderer_host/media/media_stream_device_settings.h

Issue 8480028: support video device enumeration from renderer process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update unittest Created 8 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/media_stream_device_settings.h
===================================================================
--- content/browser/renderer_host/media/media_stream_device_settings.h (revision 118766)
+++ content/browser/renderer_host/media/media_stream_device_settings.h (working copy)
@@ -51,8 +51,8 @@
const StreamOptions& stream_components,
const std::string& security_origin);
- // Called as response to SettingsRequester::GetDevices. One response for each
- // call to |GetDevices| is expected.
+ // Called to pass in an array of available devices for a request represented
+ // by |label|. There could be multiple calls for a request.
void AvailableDevices(const std::string& label, MediaStreamType stream_type,
const StreamDeviceInfoArray& devices);

Powered by Google App Engine
This is Rietveld 408576698