| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index a1f2231be79329058e4e1c8b7e70a74642169838..78ed7592ba4c12116e40aee7bed7e0c0af8407a2 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -214,6 +214,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;
|
|
|