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

Unified Diff: ppapi/cpp/private/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/c/private/ppb_camera_device_private.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/camera_device_private.h
diff --git a/ppapi/cpp/private/camera_device_private.h b/ppapi/cpp/private/camera_device_private.h
index d6c774eeb18d3bb7b9a18e70726d9185e2dcb567..2e504a31117f3e3df5a1d2e0d7819d6b2ba02458 100644
--- a/ppapi/cpp/private/camera_device_private.h
+++ b/ppapi/cpp/private/camera_device_private.h
@@ -66,7 +66,7 @@ class CameraDevice_Private : public Resource {
///
/// @param[in] device_id A <code>Var</code> identifying a camera
/// device. The type is string. The ID can be obtained from
- /// MediaStreamTrack.getSources() or MediaStreamVideoTrack.id.
+ /// navigator.mediaDevices.enumerateDevices() or MediaStreamVideoTrack.id.
/// @param[in] callback A <code>CompletionCallback</code> to be called upon
/// completion of <code>Open()</code>.
///
« no previous file with comments | « ppapi/c/private/ppb_camera_device_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698