| Index: base/threading/platform_thread_win.cc
|
| diff --git a/base/threading/platform_thread_win.cc b/base/threading/platform_thread_win.cc
|
| index d5bd9bed08e7978714d989c2a3afcf4a135bed69..15638b73b3a3dc1f716bf53234ccd4c9f872eca6 100644
|
| --- a/base/threading/platform_thread_win.cc
|
| +++ b/base/threading/platform_thread_win.cc
|
| @@ -281,4 +281,13 @@ ThreadPriority PlatformThread::GetCurrentThreadPriority() {
|
| }
|
| }
|
|
|
| +// static
|
| +bool PlatformThread::SetChildThreadPriorityInCurrentProcess(
|
| + PlatformThreadHandle thread_handle,
|
| + PlatformThreadId tid,
|
| + ThreadPriority priority) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| } // namespace base
|
|
|