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

Unified Diff: chromecast/shell/browser/url_request_context_factory.h

Issue 606513002: Pass the system url request context getter to the cast service so that it can be used by various sy… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698