| Index: chrome/common/chrome_result_codes.h
|
| diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
|
| index c047b46c798ff70aa0de5fa8d355612d96d74c9a..9f80d9d183caaab16d94a770bae3f51b8d799d17 100644
|
| --- a/chrome/common/chrome_result_codes.h
|
| +++ b/chrome/common/chrome_result_codes.h
|
| @@ -89,6 +89,9 @@ enum ResultCode {
|
| // (Linux-only).
|
| RESULT_CODE_SXS_MIGRATION_FAILED,
|
|
|
| + // The action is not allowed by a policy.
|
| + RESULT_CODE_ACTION_DISALLOWED_BY_POLICY,
|
| +
|
| // Last return code (keep this last).
|
| RESULT_CODE_CHROME_LAST_CODE,
|
| };
|
|
|