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

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

Issue 24161006: More fixes to overview.rst (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/overview.rst
diff --git a/native_client_sdk/src/doc/overview.rst b/native_client_sdk/src/doc/overview.rst
index b716cfd2a7a7ca33e59e359fc22fcfcf1ac89e6f..75cfed3938f13e19b9568bae5ab36e79feba3688 100644
--- a/native_client_sdk/src/doc/overview.rst
+++ b/native_client_sdk/src/doc/overview.rst
@@ -85,9 +85,9 @@ Typical use cases for Native Client include the following:
directly into the browser. At the same time, your application takes advantage
of things the browser does well: handling user interaction and processing
events, based on the latest developments in HTML5.
-* **Enterprise applications that require heavy computation:** Native Client
- handles the number crunching required by large-scale enterprise applications.
- To ensure protection of user data, Native Client enables you to build complex
+* **Heavy computation in enterprise applications:** Native Client handles the
+ number crunching required by large-scale enterprise applications. To ensure
+ protection of user data, Native Client enables you to build complex
cryptographic algorithms directly into the browser so that unencrypted data
never goes out over the network.
* **Multimedia applications:** Codecs for processing sounds, images, and movies
@@ -164,6 +164,8 @@ since a **nexe** contains architecture-specific machine code, distributing
used as part of applications that are installed from the Chrome Web Store and in
browser extensions.
+For more details, see :doc:`NaCl and PNaCl <nacl-and-pnacl>`.
+
Toolchains
----------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698