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

Issue 2914523003: Deprecate NonThreadSafe in rlz in favor of SequenceChecker. (Closed)

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

Description

Deprecate NonThreadSafe in rlz 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=thakis@chromium.org Review-Url: https://codereview.chromium.org/2914523003 Cr-Commit-Position: refs/heads/master@{#475386} Committed: https://chromium.googlesource.com/chromium/src/+/33588a10e58a5a53909fbcc2886f71c6cb4aec07

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -18 lines) Patch
M rlz/chromeos/lib/rlz_value_store_chromeos.h View 3 chunks +4 lines, -3 lines 0 comments Download
M rlz/chromeos/lib/rlz_value_store_chromeos.cc View 6 chunks +16 lines, -15 lines 0 comments Download

Messages

Total messages: 14 (9 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-29 20:35:01 UTC) #2
Nico
lgtm
3 years, 6 months ago (2017-05-29 21:50:25 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/2914523003/1
3 years, 6 months ago (2017-05-29 21:50:45 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/33588a10e58a5a53909fbcc2886f71c6cb4aec07
3 years, 6 months ago (2017-05-29 21:54:38 UTC) #11
Roger Tawa OOO till Jul 10th
3 years, 6 months ago (2017-05-30 14:12:13 UTC) #14
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698