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

Unified Diff: remoting/host/remoting_me2me_host.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
Index: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index bc32e51af225fe4b912e53d61df40b72722c3a39..cf21b6cc92b55262e47f67372a36e823e36a4df6 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -1641,7 +1641,7 @@ int HostProcessMain() {
base::GetLinuxDistro();
#endif
- base::TaskScheduler::CreateAndSetSimpleTaskScheduler("Me2Me");
+ base::TaskScheduler::CreateAndStartWithDefaultParams("Me2Me");
// Create the main message loop and start helper threads.
base::MessageLoopForUI message_loop;
« no previous file with comments | « remoting/host/it2me/it2me_native_messaging_host_main.cc ('k') | remoting/host/setup/me2me_native_messaging_host_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698