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

Unified Diff: content/browser/media/webrtc_identity_store_unittest.cc

Issue 27832002: Sign self-signed certs with SHA256. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 months 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: content/browser/media/webrtc_identity_store_unittest.cc
===================================================================
--- content/browser/media/webrtc_identity_store_unittest.cc (revision 228925)
+++ content/browser/media/webrtc_identity_store_unittest.cc (working copy)
@@ -16,7 +16,7 @@
namespace content {
// TODO(jiayl): the tests fail on Android since the openssl version of
-// CreateSelfSignedCert is not implemented.
+// CreateSelfSignedCertInternal is not implemented.
#if !defined(OS_ANDROID)
static const char* kFakeOrigin = "http://foo.com";

Powered by Google App Engine
This is Rietveld 408576698