diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 22:48:46 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 22:48:46 +0000 |
commit | 29cdd124f661cec9d629a087b16e44c6135d57ff (patch) | |
tree | 44e31c7f27f4cfbe414df91aa68ab32dd3c1e63d /content/README | |
parent | dfd904e948f3440423ad2decc32985d52e66012b (diff) | |
download | chromium_src-29cdd124f661cec9d629a087b16e44c6135d57ff.zip chromium_src-29cdd124f661cec9d629a087b16e44c6135d57ff.tar.gz chromium_src-29cdd124f661cec9d629a087b16e44c6135d57ff.tar.bz2 |
Add README files to content and content/public.
NOTRY=true
Review URL: https://codereview.chromium.org/388053003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/README')
-rw-r--r-- | content/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/README b/content/README new file mode 100644 index 0000000..930fedf --- /dev/null +++ b/content/README @@ -0,0 +1,6 @@ +Content is the core code needed to render a page using a multi-process sandboxed +browser. + +Developer documentation: +http://www.chromium.org/developers/content-module + |