| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 4016861820ae15b4ca009ca52a801256fe642471..4a365f0652d9be98160a60277d036200b380c865 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -227,7 +227,8 @@ class CONTENT_EXPORT ChildThreadImpl
|
| // IPC message handlers.
|
| void OnShutdown();
|
| void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
|
| - void OnGetChildProfilerData(int sequence_number);
|
| + void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
|
| + void OnProfilingPhaseCompletion(int profiling_phase);
|
| void OnDumpHandles();
|
| void OnProcessBackgrounded(bool background);
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
|
|