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

Unified Diff: chromecast/browser/url_request_context_factory.cc

Issue 2738583003: [Chromecast] Fix ordering in PreMainMessageLoopRun (Closed)
Patch Set: Address comments Created 3 years, 9 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
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/url_request_context_factory.cc
diff --git a/chromecast/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
index 5b938fb4bee6b25fdb6a84b8f864d33fa2710da0..af3ba856a9be21d532f54babf429650e3141d3fa 100644
--- a/chromecast/browser/url_request_context_factory.cc
+++ b/chromecast/browser/url_request_context_factory.cc
@@ -247,6 +247,7 @@ void URLRequestContextFactory::InitializeSystemContextDependencies() {
// in the future.
http_server_properties_.reset(new net::HttpServerPropertiesImpl);
+ DCHECK(proxy_config_service_);
proxy_service_ = net::ProxyService::CreateUsingSystemProxyResolver(
std::move(proxy_config_service_), 0, NULL);
system_dependencies_initialized_ = true;
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698