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

Issue 2921033002: Replace deprecated base::NonThreadSafe in /media/audio in favor of SequenceChecker. (Closed)

Created:
3 years, 6 months ago by gab
Modified:
3 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace deprecated base::NonThreadSafe in /media/audio in favor of SequenceChecker. Note to crash team: This CL is a refactor and has no intended behavior change. This change was scripted by https://crbug.com/676387#c84. If you're wondering why there's a second wave of this, the first version of the script handled "NON_EXPORTED_BASE(public base::NonThreadSafe)" but not "public NON_EXPORTED_BASE(base::NonThreadSafe)"... Note-worthy for the reviewer: * SequenceChecker enforces thread-safety but not thread-affinity! If the classes that were updated are thread-affine (use thread local storage or a third-party API that does) they should be migrated to ThreadChecker instead. * ~NonThreadSafe() used to implicitly check in its destructor ~Sequence/ThreadChecker() doesn't by design. To keep this CL a no-op, an explicit check was added to the destructor of migrated classes. * NonThreadSafe used to provide access to subclasses, as such the |sequence_checker_| member was made protected rather than private where necessary. BUG=676387 This CL was uploaded by git cl split. R=justinlin@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2921033002 Cr-Commit-Position: refs/heads/master@{#476785} Committed: https://chromium.googlesource.com/chromium/src/+/6c2beea1d9791f49c8a44084dead3632dfcff09b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M media/audio/audio_output_proxy.h View 3 chunks +4 lines, -4 lines 0 comments Download
M media/audio/audio_output_proxy.cc View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
gab
Hi, this is an automated change made by https://crbug.com/676387#c84 and sharded across directories for OWNERS. ...
3 years, 6 months ago (2017-06-02 18:04:08 UTC) #3
gab
+miu as justinlin is OOO (and tommi off to the weekend + marked as "sloooow"), ...
3 years, 6 months ago (2017-06-02 18:12:08 UTC) #6
tommi (sloooow) - chröme
lgtm
3 years, 6 months ago (2017-06-02 19:09:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2921033002/1
3 years, 6 months ago (2017-06-02 19:15:11 UTC) #10
gab
On 2017/06/02 19:09:32, tommi (sloooow) - chröme wrote: > lgtm Awesome, thanks for Friday night ...
3 years, 6 months ago (2017-06-02 19:15:32 UTC) #11
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 21:07:42 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/6c2beea1d9791f49c8a44084dead...

Powered by Google App Engine
This is Rietveld 408576698