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

Unified Diff: chrome/profiling/profiling_main.cc

Issue 2949703002: Add OOP memory logging allocator shim (Closed)
Patch Set: More comments Created 3 years, 6 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: chrome/profiling/profiling_main.cc
diff --git a/chrome/profiling/profiling_main.cc b/chrome/profiling/profiling_main.cc
index ccc022bae9288b42eeab71b9cfd0d0a4f76b5855..c9c46679e2179501c7a7e9d3459dd79709a006f3 100644
--- a/chrome/profiling/profiling_main.cc
+++ b/chrome/profiling/profiling_main.cc
@@ -97,6 +97,8 @@ int ProfilingMain(const base::CommandLine& cmdline) {
base::Process process = base::Process::Current();
std::string pipe_id = base::IntToString(static_cast<int>(process.Pid()));
+ globals->GetMemlogConnectionManager()->StartConnections(pipe_id);
+
if (!LaunchBrowser(cmdline, pipe_id))
return 1;
« chrome/common/profiling/memlog_allocator_shim.cc ('K') | « chrome/common/profiling/memlog_sender.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698