| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 34b87e26f6e90b63548b613c0f32f2a32a4a2453..a2dd5a25018ff286eb049b8dc60071488cd1bf02 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -218,6 +218,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
| virtual void OnProcessBackgrounded(bool backgrounded);
|
| virtual void OnProcessPurgeAndSuspend();
|
| + virtual void OnProcessResume();
|
|
|
| // IPC::Listener implementation:
|
| bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|