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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Issue 2272603003: Route key_exchange_group over to DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test maybe Created 4 years, 4 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: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
index 09de4f04a11ac699fe28286b1012898de246acbf..58381a7e2c5a6a17b21bbf36e9ec51c1f29522c9 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -338,6 +338,7 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet
m_resourceResponse->setSecurityDetails(
webSecurityDetails.protocol,
webSecurityDetails.keyExchange,
+ webSecurityDetails.keyExchangeGroup,
webSecurityDetails.cipher,
webSecurityDetails.mac,
webSecurityDetails.certId,

Powered by Google App Engine
This is Rietveld 408576698