| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 9660f80a75b1e117ea7f576b5df14e375580b1e3..b272db3348f133d5a9e6a1aa504b7fcb4052d2db 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -195,9 +195,7 @@ class CONTENT_EXPORT ChildThread
|
| 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
|
|
|