summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_result_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_result_codes.h')
-rw-r--r--chrome/common/chrome_result_codes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
index b6f7a839..a29de59 100644
--- a/chrome/common/chrome_result_codes.h
+++ b/chrome/common/chrome_result_codes.h
@@ -82,6 +82,9 @@ enum ResultCode {
// A dummy value we should not use. See crbug.com/152285.
RESULT_CODE_NOTUSED_2,
+ // Returned when the user has not yet accepted the EULA.
+ RESULT_CODE_EULA_REFUSED,
+
// Last return code (keep this last).
RESULT_CODE_CHROME_LAST_CODE,
};