| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 331583f68da2f2d4681fef39eafd7fbe19fd6f37..bc30a0f93bb73df93ef1a52a5398e09c55a65d4d 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -192,9 +192,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener,
|
| void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
|
| void OnGetChildProfilerData(int sequence_number);
|
| void OnDumpHandles();
|
| -#if defined(OS_WIN)
|
| void OnProcessBackgrounded(bool background);
|
| -#endif
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
| void OnSetIPCLoggingEnabled(bool enable);
|
| #endif
|
|
|