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

Unified Diff: remoting/test/chromoting_test_driver.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 | « remoting/host/setup/start_host_main.cc ('k') | services/service_manager/embedder/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/chromoting_test_driver.cc
diff --git a/remoting/test/chromoting_test_driver.cc b/remoting/test/chromoting_test_driver.cc
index a110679675a318b3ba89a6e4838955e6978eb0b2..c82636fa0c009e28f0864b828ec346533a65a8ee 100644
--- a/remoting/test/chromoting_test_driver.cc
+++ b/remoting/test/chromoting_test_driver.cc
@@ -188,7 +188,7 @@ int main(int argc, char* argv[]) {
#endif
}
- base::TaskScheduler::CreateAndSetSimpleTaskScheduler("ChromotingTestDriver");
+ base::TaskScheduler::CreateAndStartWithDefaultParams("ChromotingTestDriver");
// Update the logging verbosity level if user specified one.
std::string verbosity_level(
« no previous file with comments | « remoting/host/setup/start_host_main.cc ('k') | services/service_manager/embedder/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698