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

Unified Diff: remoting/client/chromoting_client_runtime.cc

Issue 2836293006: Remove TaskScheduler::CreateAndSetSimpleTaskScheduler(). (Closed)
Patch Set: Created 3 years, 8 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 | « content/child/child_process.cc ('k') | remoting/host/it2me/it2me_native_messaging_host_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client_runtime.cc
diff --git a/remoting/client/chromoting_client_runtime.cc b/remoting/client/chromoting_client_runtime.cc
index 0e4a6ab919b6ef03d306da3ad3ce18fe9cd28a04..9b12aace85212b8110f94816171243fc4d733777 100644
--- a/remoting/client/chromoting_client_runtime.cc
+++ b/remoting/client/chromoting_client_runtime.cc
@@ -28,7 +28,7 @@ ChromotingClientRuntime* ChromotingClientRuntime::GetInstance() {
}
ChromotingClientRuntime::ChromotingClientRuntime() {
- base::TaskScheduler::CreateAndSetSimpleTaskScheduler("Remoting");
+ base::TaskScheduler::CreateAndStartWithDefaultParams("Remoting");
if (!base::MessageLoop::current()) {
VLOG(1) << "Starting main message loop";
« no previous file with comments | « content/child/child_process.cc ('k') | remoting/host/it2me/it2me_native_messaging_host_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698