Chromium Code Reviews| Index: content/public/browser/memory_coordinator.h |
| diff --git a/content/public/browser/memory_coordinator.h b/content/public/browser/memory_coordinator.h |
| index 3b7b7494eaa1f7578e46c90962f97298c1966af4..e0927d6907b30ba4651718f541c71fc6536869ec 100644 |
| --- a/content/public/browser/memory_coordinator.h |
| +++ b/content/public/browser/memory_coordinator.h |
| @@ -14,7 +14,7 @@ namespace content { |
| // The interface that represents the browser side of MemoryCoordinator. |
| // MemoryCoordinator determines memory state of each process (both browser |
| // and renderers) and dispatches state change notifications to its clients. |
| -// See comments on MemoryCoordinatorClient for details. |
| +// See comments on MemoryCoordinatorClient for how to use it. |
|
Ryan Sleevi
2017/02/25 02:57:10
I think this comment (line 17) should be deleted e
|
| class CONTENT_EXPORT MemoryCoordinator { |
| public: |
| virtual ~MemoryCoordinator() {} |