| Index: chrome/common/chrome_result_codes.h
|
| diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
|
| index 045edd97423a24535f72d033d250235d912791b6..e3e7ec0f0d9c60d7024ead005535a2a34327e121 100644
|
| --- a/chrome/common/chrome_result_codes.h
|
| +++ b/chrome/common/chrome_result_codes.h
|
| @@ -76,6 +76,9 @@ enum ResultCode {
|
| // command line flag was present.
|
| RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR,
|
|
|
| + // 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,
|
| };
|
|
|