| Index: native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/index.html b/native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| index 2b31ba88f574ae783ef86a66a15a04ad590097d3..2f9761c1706583a218b40c1e5fd75524febbbfad 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| +++ b/native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| @@ -32,6 +32,8 @@ found in the LICENSE file.
|
| is non-persistent.</li>
|
| <li><i>/persistent</i> a persistent storage area. Any data written
|
| here can be read back after Chrome is restarted.</li>
|
| + <li><i>/http</i> a mount that can read from a URL. Try reading from
|
| + /http/index.html.</li>
|
| <li><i>/dev</i> a mount containing some utility files. /dev/null,
|
| /dev/zero, etc.</li>
|
| </ol>
|
|
|