| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 1728c71d753f2e273cdaf2645caac2292390ace6..bc72e49db62e434c7d2fe6bdef2ae2effea454e6 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -193,6 +193,9 @@ 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
|
|
|