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

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: Remove sequence numbers from mock reads Created 4 years, 11 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: net/http/http_request_headers.h
diff --git a/net/http/http_request_headers.h b/net/http/http_request_headers.h
index 76bf25e4af4b43fec2ceb05ecdf2d3ee63994877..db70004dd7c8dd3b085ee2b816c6ba6a856767b9 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