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

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: code review 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/media_stream_device_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/browser/renderer_host/media/media_stream_device_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698