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

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: rebase again Created 4 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: 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 40e5dd077236c18454bafd595f1ff46d63da9aa2..5b5c8c4a03d449fa3ae09795fcf0eb44a10f5c38 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -334,6 +334,7 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet
m_resourceResponse->setSecurityDetails(
webSecurityDetails.protocol,
webSecurityDetails.keyExchange,
+ webSecurityDetails.keyExchangeGroup,
webSecurityDetails.cipher,
webSecurityDetails.mac,
webSecurityDetails.subjectName,

Powered by Google App Engine
This is Rietveld 408576698