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

Unified Diff: content/browser/loader/mojo_async_resource_handler.cc

Issue 2817033002: Plumb the net::SSLInfo to the browser process when it's using the network service. (Closed)
Patch Set: add tests Created 3 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
Index: content/browser/loader/mojo_async_resource_handler.cc
diff --git a/content/browser/loader/mojo_async_resource_handler.cc b/content/browser/loader/mojo_async_resource_handler.cc
index 48b668609b260afeae549dac87a897cab4c4e37d..353ad9aa5b23693a134ad752a850e0f163e88f9b 100644
--- a/content/browser/loader/mojo_async_resource_handler.cc
+++ b/content/browser/loader/mojo_async_resource_handler.cc
@@ -196,6 +196,7 @@ void MojoAsyncResourceHandler::OnResponseStarted(
}
url_loader_client_->OnReceiveResponse(response->head,
+ base::Optional<net::SSLInfo>(),
dcheng 2017/04/13 21:12:15 Nit: base::nullopt
jam 2017/04/13 23:04:22 Done.
std::move(downloaded_file_ptr));
net::IOBufferWithSize* metadata = GetResponseMetadata(request());

Powered by Google App Engine
This is Rietveld 408576698