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

Unified Diff: net/http/http_request_headers.h

Issue 1378613004: Set Token-Binding HTTP header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tb-tls-ext-new
Patch Set: Add UMA logging of Token Binding support and NetLog event for Token Binding key lookup Created 5 years, 1 month 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: net/http/http_request_headers.h
diff --git a/net/http/http_request_headers.h b/net/http/http_request_headers.h
index e6f25eda21e6c5c707d327b2c15a3b529e1cacbc..44a05f8a2c69a9f37fc8209fa1fbb0a037c1fc9f 100644
--- a/net/http/http_request_headers.h
+++ b/net/http/http_request_headers.h
@@ -76,8 +76,9 @@ class NET_EXPORT HttpRequestHeaders {
static const char kProxyConnection[];
static const char kRange[];
static const char kReferer[];
- static const char kUserAgent[];
static const char kTransferEncoding[];
+ static const char kTokenBinding[];
+ static const char kUserAgent[];
HttpRequestHeaders();
~HttpRequestHeaders();

Powered by Google App Engine
This is Rietveld 408576698