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

Unified Diff: ppapi/c/private/ppb_camera_device_private.h

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 | « ppapi/api/private/ppb_camera_device_private.idl ('k') | ppapi/cpp/private/camera_device_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_camera_device_private.h
diff --git a/ppapi/c/private/ppb_camera_device_private.h b/ppapi/c/private/ppb_camera_device_private.h
index 821ad299db95e2d4f151a18b1f334c6396f603c9..93c0c531211d901214a4fc0dc462aa4020934b05 100644
--- a/ppapi/c/private/ppb_camera_device_private.h
+++ b/ppapi/c/private/ppb_camera_device_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_camera_device_private.idl,
- * modified Fri Feb 20 13:48:52 2015.
+ * modified Wed Nov 2 15:54:24 2016.
*/
#ifndef PPAPI_C_PRIVATE_PPB_CAMERA_DEVICE_PRIVATE_H_
@@ -68,8 +68,8 @@ struct PPB_CameraDevice_Private_0_1 {
* @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 | « ppapi/api/private/ppb_camera_device_private.idl ('k') | ppapi/cpp/private/camera_device_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698