Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: components/chrome_cleaner/public/constants/constants.h

Issue 2830273003: Add min and max to ExecutionMode enum. (Closed)
Patch Set: Num values Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d31232ab52bbd7070e4edd035bbbda09cb5e9feb..9ca9a5d317c3278047b7952e19cb37ddc8d84c6a 100644
--- a/components/chrome_cleaner/public/constants/constants.h
+++ b/components/chrome_cleaner/public/constants/constants.h
@@ -114,6 +114,9 @@ enum class ExecutionMode {
// to the user and logs will only be uploaded if the user opted into Extended
// Safe Browsing Reporting v2.
kPostRebootValidation = 3,
+
+ // Auxiliary enumerator for range checking.
+ kNumValues,
};
} // namespace chrome_cleaner
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698