Chromium Code Reviews| Index: chrome/browser/profiling_host/README.md |
| diff --git a/chrome/browser/profiling_host/README.md b/chrome/browser/profiling_host/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d0f54fce18dedca4c1b336c78965377178874455 |
| --- /dev/null |
| +++ b/chrome/browser/profiling_host/README.md |
| @@ -0,0 +1,6 @@ |
| +# chrome/browser/profiling_host |
| + |
| +Contains the host code for managing communication with the profiling process. |
| +The profiling process maintains out-of-process storage for memory logging. |
| + |
| +The code for the profiling process is in `chrome/profiling` |