Chromium Code Reviews| Index: components/chrome_cleaner/public/constants/constants.h |
| diff --git a/components/chrome_cleaner/public/constants/constants.h b/components/chrome_cleaner/public/constants/constants.h |
| index 551238d525469f6a9398402ce3d7ad2ced79e2ea..fca182a651bd505046c10073436e0258bfc2a882 100644 |
| --- a/components/chrome_cleaner/public/constants/constants.h |
| +++ b/components/chrome_cleaner/public/constants/constants.h |
| @@ -110,6 +110,10 @@ enum class ExecutionMode { |
| // user (UI handled by Chrome) and logs will only be uploaded if the user |
| // opted into Extended Safe Browsing Reporting v2. |
| kCleanup = 2, |
| + // The cleaner will run in post-reboot validation. No UI will be shown to the |
|
Joe Mason
2017/04/21 17:12:20
Type: "validation mode". Or else take out the word
ftirelo
2017/04/21 17:15:10
Done.
|
| + // user and logs will only be uploaded if the user opted into Extended Safe |
| + // Browsing Reporting v2. |
| + kPostRebootValidation = 3, |
| }; |
| } // namespace chrome_cleaner |