| Index: base/threading/platform_thread_win.cc
|
| diff --git a/base/threading/platform_thread_win.cc b/base/threading/platform_thread_win.cc
|
| index 6030992d68078a5baa98f93fe396c294eb2b9423..54a7d9350403eae5207c3d40a948b5aded06bdc4 100644
|
| --- a/base/threading/platform_thread_win.cc
|
| +++ b/base/threading/platform_thread_win.cc
|
| @@ -246,7 +246,7 @@ void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) {
|
| }
|
| DCHECK_NE(desired_priority, THREAD_PRIORITY_ERROR_RETURN);
|
|
|
| -#if !defined(NDEBUG) || defined(DCHECK_ALWAYS_ON)
|
| +#if ENABLE_DLOG
|
| const BOOL success =
|
| #endif
|
| ::SetThreadPriority(PlatformThread::CurrentHandle().platform_handle(),
|
|
|