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

Unified Diff: net/url_request/url_fetcher_core.cc

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing unused function in Android. Created 5 years, 3 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: net/url_request/url_fetcher_core.cc
diff --git a/net/url_request/url_fetcher_core.cc b/net/url_request/url_fetcher_core.cc
index e07dcdfc7931b7a332d3d7a35eae08abf60f5169..5cc0ad33302e0228ecf4ec08476bd9ba60007c79 100644
--- a/net/url_request/url_fetcher_core.cc
+++ b/net/url_request/url_fetcher_core.cc
@@ -437,7 +437,7 @@ void URLFetcherCore::OnCertificateRequested(
DCHECK(network_task_runner_->BelongsToCurrentThread());
if (g_ignore_certificate_requests) {
- request->ContinueWithCertificate(NULL);
+ request->ContinueWithCertificate(nullptr, nullptr);
} else {
request->Cancel();
}

Powered by Google App Engine
This is Rietveld 408576698