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

Issue 2915493002: Replace deprecated base::NonThreadSafe in components/policy in favor of SequenceChecker. (Closed)

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

Description

Replace deprecated base::NonThreadSafe in components/policy 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=emaxx@chromium.org Review-Url: https://codereview.chromium.org/2915493002 Cr-Commit-Position: refs/heads/master@{#475492} Committed: https://chromium.googlesource.com/chromium/src/+/b37907345be06c386a62db88dac41365907bbad4

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -41 lines) Patch
M components/policy/core/common/async_policy_provider.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/policy/core/common/async_policy_provider.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_service.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_service.cc View 9 chunks +17 lines, -17 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_store.h View 3 chunks +4 lines, -2 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_store.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M components/policy/core/common/schema_registry.h View 3 chunks +4 lines, -2 lines 0 comments Download
M components/policy/core/common/schema_registry.cc View 1 chunk +1 line, -0 lines 1 comment 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:39:58 UTC) #2
emaxx
lgtm https://codereview.chromium.org/2915493002/diff/1/components/policy/core/common/schema_registry.cc File components/policy/core/common/schema_registry.cc (right): https://codereview.chromium.org/2915493002/diff/1/components/policy/core/common/schema_registry.cc#newcode25 components/policy/core/common/schema_registry.cc:25: DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); (note for myself) We need to also ...
3 years, 6 months ago (2017-05-30 10:54:40 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/2915493002/1
3 years, 6 months ago (2017-05-30 10:54:54 UTC) #8
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 11:29:15 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/b37907345be06c386a62db88dac4...

Powered by Google App Engine
This is Rietveld 408576698