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

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

Issue 2395323002: Roll src/third_party/boringssl/src 0d81373f9..1991af690 (Closed)
Patch Set: roll further, fix things 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 f447511995639cf13d3e9c1d695e2e49a71600d6..9509d1fa3d6f8082997eeee48d6caeaff8c64f81 100644
--- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
+++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
@@ -107,6 +107,7 @@ public:
}
// 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.
String keyExchangeGroup;

Powered by Google App Engine
This is Rietveld 408576698