| Index: docs/design/README.md
|
| diff --git a/docs/design/README.md b/docs/design/README.md
|
| index e9aeef29d1c52add08e922e8f28dfa63baec8308..c72841d8d758c94ec45c9b59e29031ea92caf352 100644
|
| --- a/docs/design/README.md
|
| +++ b/docs/design/README.md
|
| @@ -9,5 +9,11 @@ Documents here have been imported
|
| from [the Project site](https://www.chromium.org/developers/design-documents).
|
| As of this writing, the vast majority of docs have not been imported yet.
|
|
|
| +* [Sandboxing](sandbox.md) - The Sandboxing architecture, and Windows
|
| + implementation of sandboxing.
|
| +* [Sandboxing FAQ](sandbox_faq.md) - Frequently asked questions about Chromium
|
| + sandboxing.
|
| +* [Startup](startup.md) - How browser processes starts up, on different
|
| + platforms.
|
| * [Threading](threading.md) - Preferred ways to use threading, and library
|
| support for concurrency.
|
|
|