| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index bbd04ebc5184bd644f49f29a6144771c5aace8d2..62c1f9738954b0226a051644ee8ceccd7548e06c 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -194,6 +194,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
|
|
|