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

Unified Diff: ppapi/api/private/ppb_camera_device_private.idl

Issue 2474673002: Replace references to MediaStreamTrack.getSources() with enumerateDevices() in PPAPI. (Closed)
Patch Set: remove non ppapi files 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 | « no previous file | ppapi/c/private/ppb_camera_device_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_camera_device_private.idl
diff --git a/ppapi/api/private/ppb_camera_device_private.idl b/ppapi/api/private/ppb_camera_device_private.idl
index d87ac2059a8e0d236e75996cb557294a17a2e5a6..9d3040741618bc964968f3979f7858dbf672c217 100644
--- a/ppapi/api/private/ppb_camera_device_private.idl
+++ b/ppapi/api/private/ppb_camera_device_private.idl
@@ -51,8 +51,8 @@ interface PPB_CameraDevice_Private {
* @param[in] camera_device A <code>PP_Resource</code> corresponding to a
* camera device resource.
* @param[in] device_id A <code>PP_Var</code> identifying a camera device. The
- * type is string. The ID can be obtained from MediaStreamTrack.getSources()
- * or MediaStreamVideoTrack.id.
+ * type is string. The ID can be obtained from
+ * navigator.mediaDevices.enumerateDevices() or MediaStreamVideoTrack.id.
* @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
* completion of <code>Open()</code>.
*
« no previous file with comments | « no previous file | ppapi/c/private/ppb_camera_device_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698