Index: components/cronet/url_request_context_config.cc |
diff --git a/components/cronet/url_request_context_config.cc b/components/cronet/url_request_context_config.cc |
index e76bba3b1bb6168fc3b0c5df5811f0e3bb46151c..2d65a1f9b273ef9656649ec1954784d43ae6f0a0 100644 |
--- a/components/cronet/url_request_context_config.cc |
+++ b/components/cronet/url_request_context_config.cc |
@@ -73,6 +73,8 @@ void URLRequestContextConfig::RegisterJSONConverter( |
&URLRequestContextConfig::http_cache_max_size); |
converter->RegisterStringField(REQUEST_CONTEXT_CONFIG_STORAGE_PATH, |
&URLRequestContextConfig::storage_path); |
+ converter->RegisterStringField(REQUEST_CONTEXT_CONFIG_USER_AGENT, |
+ &URLRequestContextConfig::user_agent); |
converter->RegisterRepeatedMessage(REQUEST_CONTEXT_CONFIG_QUIC_HINTS, |
&URLRequestContextConfig::quic_hints); |
} |