| Index: chrome/browser/zygote_host_linux.h
|
| diff --git a/chrome/browser/zygote_host_linux.h b/chrome/browser/zygote_host_linux.h
|
| index dd00336655b61fab17988008670ea6fc5535a267..ffb7964b032ad813f509fdb1bf961e0c7b9e42ec 100644
|
| --- a/chrome/browser/zygote_host_linux.h
|
| +++ b/chrome/browser/zygote_host_linux.h
|
| @@ -67,6 +67,9 @@ class ZygoteHost {
|
| return 0;
|
| }
|
|
|
| + // Adjust the OOM score of the given renderer's PID.
|
| + void AdjustRendererOOMScore(base::ProcessHandle process_handle, int score);
|
| +
|
| private:
|
| friend struct DefaultSingletonTraits<ZygoteHost>;
|
| ZygoteHost();
|
|
|