Chromium Code Reviews| 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 b68d211f9704fb41913a87b58426239bb69e757b..200efedaf2a96f8456a02e68011d3e4f038d818d 100644 |
| --- a/extensions/browser/api/cast_channel/cast_auth_util.h |
| +++ b/extensions/browser/api/cast_channel/cast_auth_util.h |
| @@ -46,6 +46,7 @@ struct AuthResult { |
| bool success() const { return error_type == ERROR_NONE; } |
| std::string error_message; |
| + std::string client_auth_certificate; |
|
mark a. foltz
2015/01/12 22:01:56
A better API would test the client_auth_certificat
vadimgo
2015/01/13 00:08:27
Store the policy in AuthResult as suggested.
|
| ErrorType error_type; |
| int nss_error_code; |