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

Unified Diff: native_client_sdk/src/examples/hello_nacl_mounts/index.html

Issue 11887021: [NaCl SDK] Add HTTP mount. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 11 months 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
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>

Powered by Google App Engine
This is Rietveld 408576698