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

Unified Diff: content/browser/utility_process_host_impl.cc

Issue 2224063002: Use persistent memory for receiving metrics from sub-processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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
Index: content/browser/utility_process_host_impl.cc
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
index 3d74b30f381b588d625f55c2db59de4144cc457e..d311da6d03e5dd080222b50c62ee6822d7d8e559 100644
--- a/content/browser/utility_process_host_impl.cc
+++ b/content/browser/utility_process_host_impl.cc
@@ -168,7 +168,7 @@ UtilityProcessHostImpl::UtilityProcessHostImpl(
child_token_(mojo::edk::GenerateRandomToken()),
weak_ptr_factory_(this) {
process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_UTILITY, this,
- child_token_));
+ child_token_, 0, nullptr));
mojo_child_connection_.reset(new MojoChildConnection(
kUtilityMojoApplicationName,
base::StringPrintf("%d_0", process_->GetData().id), child_token_,

Powered by Google App Engine
This is Rietveld 408576698