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

Issue 2909203002: Replace deprecated base::NonThreadSafe in chrome/browser/chromeos in favor of SequenceChecker. (Closed)

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

Description

Replace deprecated base::NonThreadSafe in chrome/browser/chromeos 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=achuith@chromium.org Review-Url: https://codereview.chromium.org/2909203002 Cr-Commit-Position: refs/heads/master@{#476003} Committed: https://chromium.googlesource.com/chromium/src/+/d9279f0c0358aa6492a7a271e651eabe5e0f5086

Patch Set 1 #

Patch Set 2 : fix member order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -11 lines) Patch
M chrome/browser/chromeos/net/network_portal_detector_impl.h View 1 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_detector_impl.cc View 8 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 19 (13 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:52:46 UTC) #2
achuithb
lgtm
3 years, 6 months ago (2017-05-30 19:17:22 UTC) #6
achuithb
Actually tests fail, so you cannot land this.
3 years, 6 months ago (2017-05-30 19:18:23 UTC) #7
gab
On 2017/05/30 19:18:23, achuithb wrote: > Actually tests fail, so you cannot land this. The ...
3 years, 6 months ago (2017-05-31 18:19:38 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/2909203002/20001
3 years, 6 months ago (2017-05-31 18:20:43 UTC) #16
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 20:36:39 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/d9279f0c0358aa6492a7a271e651...

Powered by Google App Engine
This is Rietveld 408576698