| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index e1fe4fe1f34302e9a03a07dc5dfb3ba14aea3b9c..286c69a715676ee2279f1a9b7df420e48a4f22dd 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -191,6 +191,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| void OnProcessFinalRelease();
|
|
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
| + virtual void OnProcessBackgrounded(bool backgrounded);
|
|
|
| void set_on_channel_error_called(bool on_channel_error_called) {
|
| on_channel_error_called_ = on_channel_error_called;
|
| @@ -226,7 +227,6 @@ class CONTENT_EXPORT ChildThreadImpl
|
| void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
|
| void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
|
| void OnProfilingPhaseCompleted(int profiling_phase);
|
| - void OnProcessBackgrounded(bool background);
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
| void OnSetIPCLoggingEnabled(bool enable);
|
| #endif
|
|
|