Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1178)

Unified Diff: base/threading/platform_thread_posix.cc

Issue 9521010: Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/threading/platform_thread_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/platform_thread_posix.cc
diff --git a/base/threading/platform_thread_posix.cc b/base/threading/platform_thread_posix.cc
index cfcabe583a9c2b38247da102e574bcd2841306eb..24bf3d2b8a565e86538d2f06b96c0b40df2f125a 100644
--- a/base/threading/platform_thread_posix.cc
+++ b/base/threading/platform_thread_posix.cc
@@ -248,12 +248,11 @@ void PlatformThread::Join(PlatformThreadHandle thread_handle) {
}
#if !defined(OS_MACOSX)
-// Mac OS X uses lower-level mach APIs
+// Mac OS X uses lower-level mach APIs.
// static
void PlatformThread::SetThreadPriority(PlatformThreadHandle, ThreadPriority) {
- // TODO(crogers): implement
- NOTIMPLEMENTED();
+ // TODO(crogers): Implement, see http://crbug.com/116172
}
#endif
« no previous file with comments | « no previous file | base/threading/platform_thread_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698