| Index: base/threading/platform_thread.h
|
| diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h
|
| index e62eb2b2c18475adeeb902f6b248e023dae69b2c..e74a38623d579d9f2e0ac3a1936bce6a570ddba3 100644
|
| --- a/base/threading/platform_thread.h
|
| +++ b/base/threading/platform_thread.h
|
| @@ -191,6 +191,8 @@ class BASE_EXPORT PlatformThread {
|
|
|
| static ThreadPriority GetCurrentThreadPriority();
|
|
|
| + static bool SetThreadPriority(PlatformThreadId tid, ThreadPriority priority);
|
| +
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);
|
| };
|
|
|