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

Unified Diff: native_client_sdk/src/doc/faq.rst

Issue 912633002: NaCl docs: clarify Chrome apps instead of packaged apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 10 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/doc/faq.rst
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst
index 8c4fffae72b2964d9a09946db8de4f3fedb1f3dd..e3a7b4e1c731831599ed5100aa409776215916b0 100644
--- a/native_client_sdk/src/doc/faq.rst
+++ b/native_client_sdk/src/doc/faq.rst
@@ -495,11 +495,10 @@ The following kinds of code may be more challenging to port:
* Code that does direct `TCP <pepper_stable/cpp/classpp_1_1_t_c_p_socket>`_ or
`UDP <pepper_stable/cpp/classpp_1_1_u_d_p_socket>`_ networking. For security
- reasons these APIs are only available to `packaged applications
- </apps/about_apps>`_ after asking for the appropriate permissions, not on the
- open web. Native Client is otherwise restricted to the networking APIs
- available in the browser. You may want to use to `nacl_io library <nacl_io>`_
- to use POSIX-like sockets.
+ reasons these APIs are only available to `Chrome apps </apps>`_ after asking
+ for the appropriate permissions, not on the open web. Native Client is
+ otherwise restricted to the networking APIs available in the browser. You may
+ want to use to `nacl_io library <nacl_io>`_ to use POSIX-like sockets.
* Code that creates processes, including UNIX ``fork``, won't function
as-is. However, threads are supported. You can nonetheless create new
``<embed>`` tags in your HTML page to launch new PNaCl processes. You can even
« no previous file with comments | « native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst ('k') | native_client_sdk/src/doc/sdk/examples.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698