| Index: extensions/browser/api/cast_channel/cast_auth_util_openssl.cc
|
| diff --git a/extensions/browser/api/cast_channel/cast_auth_util_openssl.cc b/extensions/browser/api/cast_channel/cast_auth_util_openssl.cc
|
| index 3ebceed1f107a848a36cfdeb2424c08e2592e85e..76b631a28a974a7f09359505a6f813a497403a58 100644
|
| --- a/extensions/browser/api/cast_channel/cast_auth_util_openssl.cc
|
| +++ b/extensions/browser/api/cast_channel/cast_auth_util_openssl.cc
|
| @@ -12,7 +12,7 @@ namespace cast_channel {
|
|
|
| AuthResult AuthenticateChallengeReply(const CastMessage& challenge_reply,
|
| const std::string& peer_cert) {
|
| - NOTREACHED();
|
| +// NOTREACHED();
|
| return AuthResult();
|
| }
|
|
|
|
|