Chromium Code Reviews| Index: native_client_sdk/src/examples/api/media_stream_video/index.html |
| diff --git a/native_client_sdk/src/examples/api/media_stream_video/index.html b/native_client_sdk/src/examples/api/media_stream_video/index.html |
| index 95f173f30a1127cf822e0ea305bb9320da3c74f2..b03fc5099ed92bf3266e18e8ca8418f82fc51690 100644 |
| --- a/native_client_sdk/src/examples/api/media_stream_video/index.html |
| +++ b/native_client_sdk/src/examples/api/media_stream_video/index.html |
| @@ -17,8 +17,6 @@ found in the LICENSE file. |
| <h2>Status: <code id="statusField">NO-STATUS</code></h2> |
| <p>The MediaStream Video example demonstrates how to capture video from |
| a webcam.</p> |
| - This example uses dev interfaces. It will not work on the WebStore, |
| - or with PNaCL.<br> |
|
dmichael (off chromium)
2014/02/06 17:25:01
Actually, this is still almost true. The MediaStre
Matt Giuca
2014/02/07 03:11:22
Reverted.
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener". |
| See common.js.--> |
| <div id="listener"></div> |