Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index 0cd0fe96d45b3a8d91935d8b00422cc226a20a67..26d4a4b9094ff08f8fff4ab4483e43300d587d68 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -397,7 +397,9 @@ public: |
| // Sudden Termination -------------------------------------------------- |
| - // Disable/Enable sudden termination. |
| + // Disable/Enable sudden termination on a process level. When possible, it |
| + // is preferable to disable sudden on a per-frame level via |
|
Charlie Reis
2015/01/21 23:09:25
nit: sudden termination
clamy
2015/01/22 10:34:28
Done.
|
| + // WebFrameClient::suddenTerminationDisablerChanged. |
| virtual void suddenTerminationChanged(bool enabled) { } |