| 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;
|
|
|
|
|