diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 23:38:12 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 23:38:12 +0000 |
commit | 5a3b21fbe68db284ecf64a77036c9dbc1a04227a (patch) | |
tree | 70ed87309059d0aa264a804f970b22e35485f781 /mojo/README | |
parent | a3883c3ad1379a2d0271cf85c53f6e285c2f9bd0 (diff) | |
download | chromium_src-5a3b21fbe68db284ecf64a77036c9dbc1a04227a.zip chromium_src-5a3b21fbe68db284ecf64a77036c9dbc1a04227a.tar.gz chromium_src-5a3b21fbe68db284ecf64a77036c9dbc1a04227a.tar.bz2 |
Clarify Mojo README
TBR=darin
Review URL: https://codereview.chromium.org/24333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/README')
-rw-r--r-- | mojo/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mojo/README b/mojo/README index 6a41a8b..9eb2abd 100644 --- a/mojo/README +++ b/mojo/README @@ -1,2 +1,3 @@ -This is an effort to extract a lower-level platform from Chrome’s browser, -renderer, and other processes, that all could be implemented in terms of. +This is an effort to extract a common platform out of Chrome's renderer and +plugin processes that can support multiple types of sandboxed content, such as +HTML, Pepper, or NaCL. |