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

Unified Diff: services/service_manager/standalone/context.cc

Issue 2511233002: Add the beginning of a simple window manager that we'll support on Windows. (Closed)
Patch Set: . Created 4 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
« mash/wm/wm.h ('K') | « mash/wm/wm.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/context.cc
diff --git a/services/service_manager/standalone/context.cc b/services/service_manager/standalone/context.cc
index 93a48f5faca52121521ea93769aaff3e3b2dbd90..4aa11e3fec6154fe4f843260560e47311e911476 100644
--- a/services/service_manager/standalone/context.cc
+++ b/services/service_manager/standalone/context.cc
@@ -128,6 +128,7 @@ void Context::Init(std::unique_ptr<InitParams> init_params) {
EnsureEmbedderIsInitialized();
service_manager_runner_ = base::ThreadTaskRunnerHandle::Get();
+ base::SequencedWorkerPool::EnableForProcess();
blocking_pool_ =
new base::SequencedWorkerPool(kMaxBlockingPoolThreads, "blocking_pool",
base::TaskPriority::USER_VISIBLE);
« mash/wm/wm.h ('K') | « mash/wm/wm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698