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

Unified Diff: remoting/client/jni/chromoting_jni_runtime.cc

Issue 542473002: Uses ProxyConfigServiceLinux in the chromoting host to configure proxy. (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
« no previous file with comments | « remoting/base/url_request_context_getter.cc ('k') | remoting/host/chromoting_host_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jni/chromoting_jni_runtime.cc
diff --git a/remoting/client/jni/chromoting_jni_runtime.cc b/remoting/client/jni/chromoting_jni_runtime.cc
index e44c340f9c402f7e4319d27ca08ea3ac5817fe6f..d4cb3fafa8819740b77ad26a776caedd9dfd514f 100644
--- a/remoting/client/jni/chromoting_jni_runtime.cc
+++ b/remoting/client/jni/chromoting_jni_runtime.cc
@@ -191,7 +191,8 @@ ChromotingJniRuntime::ChromotingJniRuntime() {
display_task_runner_ = AutoThread::Create("native_disp",
ui_task_runner_);
- url_requester_ = new URLRequestContextGetter(network_task_runner_);
+ url_requester_ =
+ new URLRequestContextGetter(network_task_runner_, network_task_runner_);
// Allows later decoding of video frames.
media::InitializeCPUSpecificYUVConversions();
« no previous file with comments | « remoting/base/url_request_context_getter.cc ('k') | remoting/host/chromoting_host_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698