Index: chromecast/shell/browser/url_request_context_factory.h |
diff --git a/chromecast/shell/browser/url_request_context_factory.h b/chromecast/shell/browser/url_request_context_factory.h |
index 304cdea6b051ef8fa4c087a847388fd1f411cf8b..8de7437b93e322dbdbfcc61745d4a120741885bb 100644 |
--- a/chromecast/shell/browser/url_request_context_factory.h |
+++ b/chromecast/shell/browser/url_request_context_factory.h |
@@ -90,6 +90,7 @@ class URLRequestContextFactory { |
scoped_ptr<net::HttpServerProperties> http_server_properties_; |
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_; |
scoped_ptr<net::HttpTransactionFactory> system_transaction_factory_; |
+ scoped_ptr<net::URLRequestJobFactory> system_job_factory_; |
bool main_dependencies_initialized_; |
scoped_ptr<net::HttpTransactionFactory> main_transaction_factory_; |