| Index: extensions/README.md
|
| diff --git a/extensions/README.md b/extensions/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e17a37dc3485bd06e4dcf0efae7d9dd7f9983cb4
|
| --- /dev/null
|
| +++ b/extensions/README.md
|
| @@ -0,0 +1,9 @@
|
| +This will become a reusable extensions module. It implements the core parts of
|
| +Chrome's extension system, and can be used with any host of the
|
| +[content module](/content/README.md).
|
| +
|
| +Some extensions code that is not Chrome-specific still lives in
|
| +[//chrome/browser/extensions](/chrome/browser/extensions) and will be moved
|
| +here.
|
| +
|
| +See [//extensions/docs](/extensions/docs) for technical documentation.
|
|
|