Index: content/browser/zygote_host_linux.h |
diff --git a/content/browser/zygote_host_linux.h b/content/browser/zygote_host_linux.h |
index 9098e6df006357f6cbee95522acd57e5c5dac86b..facabbb5f38113f9202bc6eaec339fc3816c68f2 100644 |
--- a/content/browser/zygote_host_linux.h |
+++ b/content/browser/zygote_host_linux.h |
@@ -74,7 +74,9 @@ class ZygoteHost { |
return 0; |
} |
- // Adjust the OOM score of the given renderer's PID. |
+ // Adjust the OOM score of the given renderer's PID. The allowed |
+ // range for the score is [0, 1000], where higher values are more |
+ // likely to be killed by the OOM killer. |
void AdjustRendererOOMScore(base::ProcessHandle process_handle, int score); |
private: |