Index: components/cronet/url_request_context_config.h |
diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h |
index fef890177dcafa0446f6ce4f8e451f7e2f0f1a14..aafacc14bb7965524d94fe36d85fad76ff0b207f 100644 |
--- a/components/cronet/url_request_context_config.h |
+++ b/components/cronet/url_request_context_config.h |
@@ -62,6 +62,8 @@ struct URLRequestContextConfig { |
int http_cache_max_size; |
// Storage path for http cache and cookie storage. |
std::string storage_path; |
+ // User-Agent request header field. |
+ std::string user_agent; |
// App-provided list of servers that support QUIC. |
ScopedVector<QuicHint> quic_hints; |