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

Issue 2908293002: Replace deprecated base::NonThreadSafe in media/capture/video in favor of SequenceChecker. (Closed)

Created:
3 years, 6 months ago by gab
Modified:
3 years, 6 months ago
Reviewers:
emircan
CC:
chromium-reviews, posciak+watch_chromium.org, chfremer+watch_chromium.org, feature-media-reviews_chromium.org, xjz+watch_chromium.org, mfoltz+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace deprecated base::NonThreadSafe in media/capture/video 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#c8. 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 implcitly 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=emircan@chromium.org Review-Url: https://codereview.chromium.org/2908293002 Cr-Commit-Position: refs/heads/master@{#475578} Committed: https://chromium.googlesource.com/chromium/src/+/3151205cf264a0e8ff6d45f4b953721e198483fb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M media/capture/video/win/video_capture_device_mf_win.h View 3 chunks +4 lines, -3 lines 0 comments Download
M media/capture/video/win/video_capture_device_mf_win.cc View 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (7 generated)
gab
Hi, this is an automated change made by https://crbug.com/676387#c8 and sharded across directories for OWNERS. ...
3 years, 6 months ago (2017-05-30 02:43:30 UTC) #2
emircan
lgtm
3 years, 6 months ago (2017-05-30 17:22:23 UTC) #6
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/2908293002/1
3 years, 6 months ago (2017-05-30 17:24:52 UTC) #8
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 17:29:21 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/3151205cf264a0e8ff6d45f4b953...

Powered by Google App Engine
This is Rietveld 408576698