Index: net/proxy/proxy_service.cc |
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc |
index b2fcc0e401c953cae4c38089582d667b3f46650f..7954ca1bb827955e1aa8a521bef37e7e4b0822f2 100644 |
--- a/net/proxy/proxy_service.cc |
+++ b/net/proxy/proxy_service.cc |
@@ -1376,6 +1376,8 @@ ProxyConfigService* ProxyService::CreateSystemProxyConfigService( |
<< "profile_io_data.cc::CreateProxyConfigService and this should " |
<< "be used only for examples."; |
return new UnsetProxyConfigService; |
+#elif defined(CHROMECAST_BUILD) |
+ return new ProxyConfigServiceDirect(); |
#elif defined(OS_LINUX) |
ProxyConfigServiceLinux* linux_config_service = |
new ProxyConfigServiceLinux(); |