blob: 8f9834348bb0e814e24b974915037622f23d1c06 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_COMMON_THREAD_POOL_UTIL_H_
#define CONTENT_COMMON_THREAD_POOL_UTIL_H_
namespace content {
// Returns the minimum number of foreground threads that the ThreadPool
// must have in a process that runs a renderer.
int GetMinForegroundThreadsInRendererThreadPool();
} // namespace content
#endif // CONTENT_COMMON_THREAD_POOL_UTIL_H_