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

Unified Diff: chrome/browser/task_manager/providers/browser_process_task.cc

Issue 2624163003: Remainder of V8 removal (Closed)
Patch Set: . Created 3 years, 11 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/browser/net/proxy_service_factory.cc ('k') | chrome/child/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/providers/browser_process_task.cc
diff --git a/chrome/browser/task_manager/providers/browser_process_task.cc b/chrome/browser/task_manager/providers/browser_process_task.cc
index cc6f606f49860b56a61f93bf5059d4b24511c3da..61856b6c70fe3805f8e16605dbee4a4aa6d46d5c 100644
--- a/chrome/browser/task_manager/providers/browser_process_task.cc
+++ b/chrome/browser/task_manager/providers/browser_process_task.cc
@@ -69,10 +69,12 @@ void BrowserProcessTask::Refresh(const base::TimeDelta& update_interval,
Task::Refresh(update_interval, refresh_flags);
if (reports_v8_stats_ && (refresh_flags & REFRESH_TYPE_V8_MEMORY) != 0) {
+#if 0 // TODO XXX
allocated_v8_memory_ =
static_cast<int64_t>(net::ProxyResolverV8::GetTotalHeapSize());
used_v8_memory_ =
static_cast<int64_t>(net::ProxyResolverV8::GetUsedHeapSize());
+#endif
}
if ((refresh_flags & REFRESH_TYPE_SQLITE_MEMORY) != 0)
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | chrome/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698