| Index: services/service_manager/standalone/context.h
|
| diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
|
| index 4522d39d8603150e1cec7cee2b9db2b919e59e88..46fcfb636f5e3e5549cc4f697587436e94287771 100644
|
| --- a/services/service_manager/standalone/context.h
|
| +++ b/services/service_manager/standalone/context.h
|
| @@ -27,6 +27,9 @@ class Store;
|
| }
|
|
|
| namespace service_manager {
|
| +
|
| +constexpr size_t kThreadPoolMaxThreads = 3;
|
| +
|
| class NativeRunnerDelegate;
|
|
|
| // The "global" context for the service manager's main process.
|
|
|