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

Unified Diff: native_client_sdk/doc_generated/faq.html

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/doc_generated/faq.html
diff --git a/native_client_sdk/doc_generated/faq.html b/native_client_sdk/doc_generated/faq.html
index f2dbf39523808393a056ffb9fc7124ee51d88ae6..e165eee9d61b6eca0bf757bfc425f7cbacece6ad 100644
--- a/native_client_sdk/doc_generated/faq.html
+++ b/native_client_sdk/doc_generated/faq.html
@@ -421,10 +421,10 @@ source change.</p>
<ul class="small-gap">
<li>Code that does direct <a class="reference external" href="pepper_stable/cpp/classpp_1_1_t_c_p_socket">TCP</a> or
<a class="reference external" href="pepper_stable/cpp/classpp_1_1_u_d_p_socket">UDP</a> networking. For security
-reasons these APIs are only available to <a class="reference external" href="/apps/about_apps">packaged applications</a> 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 <a class="reference external" href="nacl_io">nacl_io library</a>
-to use POSIX-like sockets.</li>
+reasons these APIs are only available to <a class="reference external" href="/apps">Chrome apps</a> 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 <a class="reference external" href="nacl_io">nacl_io library</a> to use POSIX-like sockets.</li>
<li>Code that creates processes, including UNIX <code>fork</code>, won&#8217;t function
as-is. However, threads are supported. You can nonetheless create new
<code>&lt;embed&gt;</code> tags in your HTML page to launch new PNaCl processes. You can even

Powered by Google App Engine
This is Rietveld 408576698