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