| Index: base/threading/platform_thread.h
|
| diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h
|
| index e62eb2b2c18475adeeb902f6b248e023dae69b2c..d60d07453a9d3f7dc63b4afd0964c2ca356f41e0 100644
|
| --- a/base/threading/platform_thread.h
|
| +++ b/base/threading/platform_thread.h
|
| @@ -110,6 +110,8 @@ enum class ThreadPriority {
|
| REALTIME_AUDIO,
|
| };
|
|
|
| +std::string BASE_EXPORT GetThreadPriorityAbbr(ThreadPriority priority);
|
| +
|
| // A namespace for low-level thread functions.
|
| class BASE_EXPORT PlatformThread {
|
| public:
|
|
|