diff options
Diffstat (limited to 'base/worker_pool_mac.h')
| -rw-r--r-- | base/worker_pool_mac.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/worker_pool_mac.h b/base/worker_pool_mac.h index 85cab8b..1e86891 100644 --- a/base/worker_pool_mac.h +++ b/base/worker_pool_mac.h @@ -24,4 +24,10 @@ @end // @interface WorkerPoolObjC +namespace worker_pool_mac { + +void SetUseLinuxWorkerPool(bool flag); + +} // namespace worker_pool_mac + #endif // BASE_WORKER_POOL_MAC_H_ |
