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

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

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

Description

Replace deprecated base::NonThreadSafe in components/keyed_service 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 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=phajdan.jr@chromium.org Review-Url: https://codereview.chromium.org/2910053002 Cr-Commit-Position: refs/heads/master@{#475536} Committed: https://chromium.googlesource.com/chromium/src/+/9d25e7c3befa903c9bef0950a1365b13d1074ae0

Patch Set 1 #

Patch Set 2 : add matching keyed_service\ios tweaks #

Messages

Total messages: 21 (12 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:32:46 UTC) #2
Paweł Hajdan Jr.
LGTM
3 years, 6 months ago (2017-05-30 10:31:35 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/2910053002/1
3 years, 6 months ago (2017-05-30 10:31:57 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/106431) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 6 months ago (2017-05-30 10:42:21 UTC) #10
gab
Fixed compile by making matching adjustments to keyed_service\ios, +sdefresne FYI
3 years, 6 months ago (2017-05-30 14:08:11 UTC) #12
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/2910053002/20001
3 years, 6 months ago (2017-05-30 14:08:35 UTC) #15
sdefresne
lgtm In description, can you fix the typo in "implcitly".
3 years, 6 months ago (2017-05-30 14:16:45 UTC) #16
gab
On 2017/05/30 14:16:45, sdefresne wrote: > lgtm > > In description, can you fix the ...
3 years, 6 months ago (2017-05-30 14:24:01 UTC) #18
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 15:31:14 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/9d25e7c3befa903c9bef0950a136...

Powered by Google App Engine
This is Rietveld 408576698