summaryrefslogtreecommitdiffstats
path: root/chromium/base/threading/platform_thread_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/threading/platform_thread_win.h')
-rw-r--r--chromium/base/threading/platform_thread_win.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/base/threading/platform_thread_win.h b/chromium/base/threading/platform_thread_win.h
index d1bf4205de4..879d5062667 100644
--- a/chromium/base/threading/platform_thread_win.h
+++ b/chromium/base/threading/platform_thread_win.h
@@ -25,10 +25,6 @@ BASE_EXPORT extern const Feature kWindowsThreadModeBackground;
namespace internal {
-// The value returned by ::GetThreadPriority() after background thread mode is
-// enabled on Windows 7. Exposed for unit tests.
-constexpr int kWin7BackgroundThreadModePriority = 4;
-
// Assert that the memory priority of |thread| is |memory_priority|. No-op on
// Windows 7 because ::GetThreadInformation() is not available. Exposed for unit
// tests.