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

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

Issue 2418113002: Revert "Roll src/third_party/boringssl/src 0d81373f9..1991af690" (https://codereview.chromium.org/2… (Closed)
Patch Set: 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 0daca5d2d389aa616d62d1a0bd7cb54cc57b07f0..49324615967e23b69f5c00ee4cf26f10d9486fc1 100644
--- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
+++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
@@ -104,8 +104,6 @@ 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