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

Unified Diff: components/cronet/url_request_context_config.h

Issue 586143002: Initial implementation of Cronet Async API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 6 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: 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;

Powered by Google App Engine
This is Rietveld 408576698