Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: chrome/common/resource_usage_reporter.mojom

Issue 1081323003: Convert renderer JS memory usage reporting to use Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utility-process-report-js-memory
Patch Set: Rebase and fix tests. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698