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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceResponse.h

Issue 2395323002: Roll src/third_party/boringssl/src 0d81373f9..1991af690 (Closed)
Patch Set: rebase, roll further Created 4 years, 2 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/network/ResourceResponse.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
index 49324615967e23b69f5c00ee4cf26f10d9486fc1..0daca5d2d389aa616d62d1a0bd7cb54cc57b07f0 100644
--- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
+++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
@@ -104,6 +104,8 @@ class PLATFORM_EXPORT ResourceResponse final {
SecurityDetails() : validFrom(0), validTo(0) {}
// All strings are human-readable values.
String protocol;
+ // keyExchange is the empty string if not applicable for the connection's
+ // protocol.
String keyExchange;
// keyExchangeGroup is the empty string if not applicable for the
// connection's key exchange.

Powered by Google App Engine
This is Rietveld 408576698