diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:18:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:18:12 +0000 |
commit | f901a073b8b705393c01f2f99e86d266c95ba4de (patch) | |
tree | cb8516a46306b15f53f5952068b0e64e9191466e /chrome/service | |
parent | c003320ea12585f044da47de763b637b90e70e0a (diff) | |
download | chromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.zip chromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.tar.gz chromium_src-f901a073b8b705393c01f2f99e86d266c95ba4de.tar.bz2 |
Use VP8 over PseudoTCP by default.
Added option in simple_host to choose video codec. Removed ugly ifdefs from chromoting_host.cc.
BUG=None
TEST=Unittests
Review URL: http://codereview.chromium.org/5298001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/service_process.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc index ee5bdf93..3699555 100644 --- a/chrome/service/service_process.cc +++ b/chrome/service/service_process.cc @@ -273,8 +273,8 @@ bool ServiceProcess::StartChromotingHost() { chromoting_context_->Start(); // Create a chromoting host object. - chromoting_host_ = new remoting::ChromotingHost(chromoting_context_.get(), - chromoting_config_); + chromoting_host_ = remoting::ChromotingHost::Create(chromoting_context_.get(), + chromoting_config_); // Then start the chromoting host. // When ChromotingHost is shutdown because of failure or a request that |