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 2591693005: Update TaskTraits in client_cert_store_chromeos.cc. (Closed)

Created:
4 years ago by fdoray
Modified:
4 years ago
Reviewers:
gab, Ryan Sleevi, mattm
CC:
chromium-reviews, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update TaskTraits in client_cert_store_chromeos.cc. The .WithFileIO() and .WithWait() traits were deprecated in favor of .MayBlock() and .WithSyncPrimitives(). See rationale in https://docs.google.com/a/chromium.org/document/d/1ynRvQKah3Cx_eLqPS7KzIp8u73HeKIjX7HQqwSWOnF8/edit?usp=sharing .MayBlock() Tasks with this trait may block. This includes but is not limited to tasks that wait on synchronous file I/O operations: read or write a file from disk, interact with a pipe or a socket, rename or delete a file, enumerate files in a directory, etc. This trait does not allow tasks to wait on synchronization primitives (thread or process handles, waitable events, condition variables). R=gab@chromium.org BUG=675660 Committed: https://crrev.com/3ebe0a19ea0edd9ee8fbd930b98a21032c8ac35f Cr-Commit-Position: refs/heads/master@{#440167}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M chrome/browser/chromeos/net/client_cert_store_chromeos.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
fdoray
PTAL rsleevi@: mattm@ reviewed this related CL https://codereview.chromium.org/2533473002/ but is now OOO
4 years ago (2016-12-21 16:05:31 UTC) #4
gab
lgtm (don't need to define .WithSyncPrimitives() in this CL's desc per it not being used?)
4 years ago (2016-12-21 16:07:58 UTC) #5
fdoray
On 2016/12/21 16:07:58, gab wrote: > lgtm (don't need to define .WithSyncPrimitives() in this CL's ...
4 years ago (2016-12-21 16:29:42 UTC) #9
Ryan Sleevi
lgtm
4 years ago (2016-12-21 18:34:50 UTC) #10
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/2591693005/1
4 years ago (2016-12-21 18:43:56 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-21 18:50:01 UTC) #15
commit-bot: I haz the power
4 years ago (2016-12-21 18:52:33 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3ebe0a19ea0edd9ee8fbd930b98a21032c8ac35f
Cr-Commit-Position: refs/heads/master@{#440167}

Powered by Google App Engine
This is Rietveld 408576698