| Index: chrome/browser/process_resource_usage.h
|
| diff --git a/chrome/browser/process_resource_usage.h b/chrome/browser/process_resource_usage.h
|
| index e2699b881723efc6032e8b4fc32a1ac3d0259b93..0b4c7b230ca9c136c98ff48e81de9e85a6c5da7a 100644
|
| --- a/chrome/browser/process_resource_usage.h
|
| +++ b/chrome/browser/process_resource_usage.h
|
| @@ -21,7 +21,7 @@
|
| // information about resources used by a child process. Currently, this is only
|
| // V8 memory and Blink resource cache usage, but could be expanded to include
|
| // other resources. This is intended for status viewers such as the task
|
| -// manager and about://memory-internals.
|
| +// manager.
|
| //
|
| // To create:
|
| // 1. Create a ResourceUsageReporterPtr and obtain an InterfaceRequest<> using
|
|
|