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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.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/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 64fbae544772c381577a59d3893d5ea5448794df..19459c546afb5adbe7501a2f4423ca6484a19e90 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -123,6 +123,7 @@ public:
}
// All strings are human-readable values.
WebString protocol;
+ // keyExchange is the empty string if not applicable for the connection's protocol.
WebString keyExchange;
// keyExchangeGroup is the empty string if not applicable for the connection's key exchange.
WebString keyExchangeGroup;

Powered by Google App Engine
This is Rietveld 408576698