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

Issue 9521010: Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. (Closed)

Created:
8 years, 9 months ago by scherkus (not reviewing)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, glider+watch_chromium.org, bruening+watch_chromium.org, pam+watch_chromium.org, timurrrr+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. Change prevents log spam when using WebAudio, WebRTC, or HTML5 audio/video. The alternative of using #ifdefs at the callsites seems less ideal. Also remove related tsan suppression. BUG=100026, 116172 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124222

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -30 lines) Patch
M base/threading/platform_thread_posix.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M base/threading/platform_thread_win.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/tsan/suppressions.txt View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scherkus (not reviewing)
we've gotten a few bug reports due to people seeing NOTIMPLEMENTED log spam when running ...
8 years, 9 months ago (2012-02-28 23:36:17 UTC) #1
brettw
lgtm
8 years, 9 months ago (2012-02-29 05:29:59 UTC) #2
Timur Iskhodzhanov
8 years, 9 months ago (2012-02-29 08:56:29 UTC) #3
LGTM indeed

Powered by Google App Engine
This is Rietveld 408576698