Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2421)

Unified Diff: extensions/browser/api/cast_channel/cast_channel_apitest.cc

Issue 687733004: Implement crypto signature verification routines using OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix const truncation warning (raised by Win builds.) Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/api/cast_channel/cast_channel_apitest.cc
diff --git a/extensions/browser/api/cast_channel/cast_channel_apitest.cc b/extensions/browser/api/cast_channel/cast_channel_apitest.cc
index 42131d991f15d376cd42bf026fe44d9e8728e70b..bc3a12210f529fc5c0d19b83b9a577f537be31f8 100644
--- a/extensions/browser/api/cast_channel/cast_channel_apitest.cc
+++ b/extensions/browser/api/cast_channel/cast_channel_apitest.cc
@@ -143,7 +143,7 @@ class CastChannelAPITest : public ExtensionApiTest {
void CallOnError(extensions::CastChannelAPI* api) {
cast_channel::LastErrors last_errors;
last_errors.challenge_reply_error_type =
- cast_channel::proto::CHALLENGE_REPLY_ERROR_NSS_CERT_PARSING_FAILED;
+ cast_channel::proto::CHALLENGE_REPLY_ERROR_CERT_PARSING_FAILED;
last_errors.nss_error_code = -8164;
api->OnError(mock_cast_socket_,
cast_channel::CHANNEL_ERROR_CONNECT_ERROR,
« no previous file with comments | « extensions/browser/api/cast_channel/cast_auth_util_unittest.cc ('k') | extensions/browser/api/cast_channel/cast_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698