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

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

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

Description

Replace deprecated base::NonThreadSafe in chrome/browser/safe_browsing 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=nparker@chromium.org Review-Url: https://codereview.chromium.org/2909123003 Cr-Commit-Position: refs/heads/master@{#476399} Committed: https://chromium.googlesource.com/chromium/src/+/79ba0231316d391f0636c071f2d745c045d49fbd

Patch Set 1 #

Total comments: 3

Patch Set 2 : remove include too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M chrome/browser/safe_browsing/certificate_reporting_service_test_utils.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/certificate_reporting_service_test_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/download_feedback.h View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 19 (11 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:53:19 UTC) #2
Nathan Parker
https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h File chrome/browser/safe_browsing/download_feedback.h (right): https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h#newcode23 chrome/browser/safe_browsing/download_feedback.h:23: class DownloadFeedback { NonThreadSafe was removed, but no SequenceChecker ...
3 years, 6 months ago (2017-05-30 17:16:48 UTC) #6
gab
https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h File chrome/browser/safe_browsing/download_feedback.h (right): https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h#newcode23 chrome/browser/safe_browsing/download_feedback.h:23: class DownloadFeedback { On 2017/05/30 17:16:47, Nathan Parker wrote: ...
3 years, 6 months ago (2017-05-30 21:54:00 UTC) #8
gab
On 2017/05/30 21:54:00, gab wrote: > https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h > File chrome/browser/safe_browsing/download_feedback.h (right): > > https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h#newcode23 > ...
3 years, 6 months ago (2017-06-01 14:17:15 UTC) #12
Nathan Parker
https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h File chrome/browser/safe_browsing/download_feedback.h (right): https://codereview.chromium.org/2909123003/diff/1/chrome/browser/safe_browsing/download_feedback.h#newcode23 chrome/browser/safe_browsing/download_feedback.h:23: class DownloadFeedback { On 2017/05/30 21:54:00, gab wrote: > ...
3 years, 6 months ago (2017-06-01 18:41:44 UTC) #13
Nathan Parker
lgtm Talked off line: gab: "basically my script flagged the few classes that had an ...
3 years, 6 months ago (2017-06-01 18:52:18 UTC) #14
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/2909123003/20001
3 years, 6 months ago (2017-06-01 18:57:50 UTC) #16
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 20:01:06 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/79ba0231316d391f0636c071f2d7...

Powered by Google App Engine
This is Rietveld 408576698