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

Unified Diff: net/cert/test_root_certs_android.cc

Issue 5535006: Add unittests for net::TestRootCerts and regenerate test certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix another hardcoded string Created 7 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 | « net/cert/nss_cert_database_unittest.cc ('k') | net/cert/test_root_certs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/test_root_certs_android.cc
diff --git a/net/cert/test_root_certs_android.cc b/net/cert/test_root_certs_android.cc
index a7b80c472074a0bdff17e1771a789ffcf5a7d337..73588270e9557b1d0d795ea984a04c49b8a7d3a1 100644
--- a/net/cert/test_root_certs_android.cc
+++ b/net/cert/test_root_certs_android.cc
@@ -18,6 +18,7 @@ bool TestRootCerts::Add(X509Certificate* certificate) {
return false;
android::AddTestRootCertificate(
reinterpret_cast<const uint8*>(cert_bytes.data()), cert_bytes.size());
+ empty_ = false;
return true;
}
« no previous file with comments | « net/cert/nss_cert_database_unittest.cc ('k') | net/cert/test_root_certs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698