Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Chromium Design Docs | |
| 2 | |
| 3 This directory contains chromium project documentation in | |
| 4 [Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Doc umentation/markdown.md). | |
| 5 It is automatically | |
| 6 [rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/do cs/). | |
| 7 | |
| 8 Documents here have been imported | |
| 9 from [the Project site](https://www.chromium.org/developers/design-documents). | |
| 10 As of this writing, the vast majority of docs have not been imported yet. | |
| 11 | |
| 12 * [Threading](threading.md) - Preferred ways to use threading, and library | |
| 13 support for concurrency. | |
| OLD | NEW |