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

Unified Diff: chrome/browser/ssl/ssl_host_state_unittest.cc

Issue 2668005: Bring the handling of <keygen> and support for the application/x-x509-user-ce... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Whitespace/style Created 10 years, 6 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
« no previous file with comments | « chrome/browser/renderer_host/x509_user_cert_resource_handler.cc ('k') | net/base/cert_database_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_host_state_unittest.cc
===================================================================
--- chrome/browser/ssl/ssl_host_state_unittest.cc (revision 49024)
+++ chrome/browser/ssl/ssl_host_state_unittest.cc (working copy)
@@ -114,7 +114,8 @@
TEST_F(SSLHostStateTest, QueryPolicy) {
scoped_refptr<net::X509Certificate> google_cert =
net::X509Certificate::CreateFromBytes(
- reinterpret_cast<const char*>(google_der), sizeof(google_der));
+ reinterpret_cast<const char*>(google_der), sizeof(google_der),
+ X509Certificate::FORMAT_DER);
SSLHostState state;
« no previous file with comments | « chrome/browser/renderer_host/x509_user_cert_resource_handler.cc ('k') | net/base/cert_database_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698