| Index: chrome/common/resource_usage_reporter.mojom
|
| diff --git a/chrome/common/resource_usage_reporter.mojom b/chrome/common/resource_usage_reporter.mojom
|
| index dae2b371c34072415b12036bb845470daf31abef..1fef55861ee8048f9f180066f3364e57b9ad5006 100644
|
| --- a/chrome/common/resource_usage_reporter.mojom
|
| +++ b/chrome/common/resource_usage_reporter.mojom
|
| @@ -6,8 +6,6 @@ struct ResourceUsageData {
|
| bool reports_v8_stats = false;
|
| uint64 v8_bytes_allocated = 0;
|
| uint64 v8_bytes_used = 0;
|
| -
|
| - // TODO(amistry): Consider using this for the renderer process.
|
| };
|
|
|
| interface ResourceUsageReporter {
|
|
|