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

Unified Diff: chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc

Issue 1081913003: Route OCSP stapling through CertVerifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@boringnss
Patch Set: yet another CrOS-only Verify call Created 5 years, 8 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/chromeos/policy/policy_cert_verifier.cc ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
index 4d6bff1eb5a6be4370e7413d00fb0ca59010aa61..aeb626e03b101960c998fe5289220d37801d5ea6 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
@@ -67,13 +67,9 @@ class PolicyCertVerifierTest : public testing::Test {
int VerifyTestServerCert(const net::TestCompletionCallback& test_callback,
net::CertVerifyResult* verify_result,
net::CertVerifier::RequestHandle* request_handle) {
- return cert_verifier_->Verify(test_server_cert_.get(),
- "127.0.0.1",
- 0,
- NULL,
- verify_result,
- test_callback.callback(),
- request_handle,
+ return cert_verifier_->Verify(test_server_cert_.get(), "127.0.0.1",
+ std::string(), 0, NULL, verify_result,
+ test_callback.callback(), request_handle,
net::BoundNetLog());
}
« no previous file with comments | « chrome/browser/chromeos/policy/policy_cert_verifier.cc ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698