Chromium Code Reviews
DescriptionTaskTraits: Rename WithSyncPrimitives() to WithBaseSyncPrimitives().
The goal of this change is to make it clear that there is no need
to try to determine whether external APIs use sync primitives when
choosing TaskTraits. WithBaseSyncPrimitives() should only be used
for tasks that use base/ sync primitives.
In a separate CL, we will make sure that there is a DCHECK failure
whenever a task without WithBaseSyncPrimitives() uses a base/
sync primitive.
TBR=sorin@chromium.org,sdefresne@chromium.org,jam@chromium.org
BUG=675660
Committed: https://crrev.com/b7f74ea4888acbcfb6a1e831cfe72e7834e27928
Cr-Commit-Position: refs/heads/master@{#440652}
Patch Set 1 #
Total comments: 4
Patch Set 2 : rebase #Patch Set 3 : CR gab #6 #Dependent Patchsets: Messages
Total messages: 18 (10 generated)
|