Chromium Code Reviews| Index: content/common/child_process_messages.h |
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
| index 830cd62be0a3d48b16180cc70c050e764a7a62c5..7f1af44cade8b7e44d948f34ea0507df8867b495 100644 |
| --- a/content/common/child_process_messages.h |
| +++ b/content/common/child_process_messages.h |
| @@ -103,8 +103,14 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProfilerStatus, |
| // Send to all the child processes to send back profiler data (ThreadData in |
| // tracked_objects). |
| -IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildProfilerData, |
| - int /* sequence_number */) |
| +IPC_MESSAGE_CONTROL2(ChildProcessMsg_GetChildProfilerData, |
| + int /* sequence_number */, |
| + int /* current_profiling_phase */) |
| + |
| +// Send to all the child processes to send back profiler data (ThreadData in |
| +// tracked_objects). |
|
Ilya Sherman
2015/04/07 01:15:31
Why is this comment the same as the one above? Ho
vadimt
2015/04/07 21:44:14
Done.
|
| +IPC_MESSAGE_CONTROL1(ChildProcessMsg_OnProfilingPhase, |
|
Ilya Sherman
2015/04/07 01:15:31
nit: "OnProfilingPhase" -> "ProfilingPhaseComplete
vadimt
2015/04/07 21:44:14
Done.
vadimt
2015/04/07 21:44:15
Done.
|
| + int /* profiling_phase */) |
| // Send to all the child processes to send back histogram data. |
| IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildHistogramData, |