summaryrefslogtreecommitdiffstats
path: root/net/http/http_request_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_request_info.h')
-rw-r--r--net/http/http_request_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
index 1f8c80c..5b94427 100644
--- a/net/http/http_request_info.h
+++ b/net/http/http_request_info.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "googleurl/src/gurl.h"
#include "net/base/net_export.h"
+#include "net/base/privacy_mode.h"
#include "net/http/http_request_headers.h"
namespace net {
@@ -51,6 +52,10 @@ struct NET_EXPORT HttpRequestInfo {
// An optional globally unique identifier for this request for use by the
// consumer. 0 is invalid.
uint64 request_id;
+
+ // If enabled, then request must be sent over connection that cannot be
+ // tracked by the server (e.g. without channel id).
+ PrivacyMode privacy_mode;
};
} // namespace net