From df338b7db4dfebd184886fec55db969305c94f07 Mon Sep 17 00:00:00 2001 From: "alexeypa@chromium.org" Date: Wed, 5 Sep 2012 19:58:36 +0000 Subject: [Chromoting] The daemon process now starts the networking process and passes the host configuration (and updates) over the IPC channel. This CL also switches to FilePathWatcher (to detect the configuration file changes) on all platforms. BUG=123696,134694 Review URL: https://chromiumcodereview.appspot.com/10855249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154999 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/chromoting_host_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/host/chromoting_host_context.cc') diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc index 3aa26af..37ba9f3 100644 --- a/remoting/host/chromoting_host_context.cc +++ b/remoting/host/chromoting_host_context.cc @@ -69,10 +69,10 @@ bool ChromotingHostContext::Start() { file_task_runner_ = new AutoThreadTaskRunner(file_thread_.message_loop_proxy(), ui_task_runner_); - network_task_runner_ = new AutoThreadTaskRunner(network_thread_.message_loop_proxy(), ui_task_runner_); + url_request_context_getter_ = new URLRequestContextGetter( ui_task_runner(), network_task_runner(), static_cast(file_thread_.message_loop())); -- cgit v1.1