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

Unified Diff: net/url_request/redirect_info.h

Issue 1781003003: Implement referred Token Bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add #ifdef for OS_ANDROID in TokenBindingURLRequestTest Created 4 years, 9 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
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | net/url_request/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/redirect_info.h
diff --git a/net/url_request/redirect_info.h b/net/url_request/redirect_info.h
index 93e715605b16b651fb3975fa9a484a447a74aef3..19343dbe6759744be9928e1319d01209138d17eb 100644
--- a/net/url_request/redirect_info.h
+++ b/net/url_request/redirect_info.h
@@ -37,6 +37,11 @@ struct NET_EXPORT RedirectInfo {
// The new HTTP referrer header.
std::string new_referrer;
+
+ // The hostname of the referrer if it asked the client to include a referred
+ // Token Binding when following the redirect; otherwise this is the empty
+ // string.
+ std::string referred_token_binding_host;
};
} // namespace net
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698