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

Unified Diff: chrome/service/service_process.cc

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed EventExecutor class. Created 10 years, 1 month 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 | « no previous file | remoting/host/capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.cc
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index ee5bdf93ae3d78b9c71742c210e291b7e55b14c6..3699555e9efc7b24bd97cce7baa7c5a51b94bad6 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
« no previous file with comments | « no previous file | remoting/host/capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698