Index: extensions/browser/api/cast_channel/cast_auth_util.h |
diff --git a/extensions/browser/api/cast_channel/cast_auth_util.h b/extensions/browser/api/cast_channel/cast_auth_util.h |
index da905ee69eac759626526b73132ac0c6c7b3147e..00b6444f8cf4197f3cf17fd2b66391cdca824b22 100644 |
--- a/extensions/browser/api/cast_channel/cast_auth_util.h |
+++ b/extensions/browser/api/cast_channel/cast_auth_util.h |
@@ -28,7 +28,8 @@ struct AuthResult { |
ERROR_NSS_CERT_PARSING_FAILED, |
davidben
2014/10/30 18:37:22
Nit: Maybe remove the NSS_ prefix from these since
mark a. foltz
2014/10/31 06:49:11
+1
Kevin M
2014/10/31 21:39:37
Done.
Kevin M
2014/10/31 21:39:37
Done.
|
ERROR_NSS_CERT_NOT_SIGNED_BY_TRUSTED_CA, |
ERROR_NSS_CANNOT_EXTRACT_PUBLIC_KEY, |
- ERROR_NSS_SIGNED_BLOBS_MISMATCH |
+ ERROR_NSS_SIGNED_BLOBS_MISMATCH, |
+ ERROR_UNEXPECTED_AUTH_LIBRARY_RESULT, |
}; |
// Constructs a AuthResult that corresponds to success. |