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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 2647323010: [Chromecast] Add proxy server support to chromecast (Closed)
Patch Set: Cleanup Created 3 years, 11 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/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index d098b063e22e7e5eed15cac013c518ba6368119a..4f811089e6fbb140426e1b2621ba321603cf3122 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -433,7 +433,8 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
cast_browser_process_->SetConnectivityChecker(ConnectivityChecker::Create(
content::BrowserThread::GetTaskRunnerForThread(
- content::BrowserThread::IO)));
+ content::BrowserThread::IO),
+ *cast_browser_process_->proxy_config()));
cast_browser_process_->SetNetLog(net_log_.get());
« no previous file with comments | « no previous file | chromecast/browser/cast_browser_process.h » ('j') | chromecast/browser/cast_browser_process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698