Skip to content

Commit

Permalink
Fix link syntax in task_scheduler_migration.md
Browse files Browse the repository at this point in the history
TBR=fdoray@chromium.org

Bug: 
Change-Id: I34e99b216e002911469c205209de0747d6b3ba7d
Reviewed-on: https://chromium-review.googlesource.com/540826
Reviewed-by: Gabriel Charette <gab@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480885}
  • Loading branch information
Gabriel Charette authored and Commit Bot committed Jun 20, 2017
1 parent a7123b0 commit e00084c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/task_scheduler_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ assigned files by:
passed down into a component the prefered paradigm is to remove all of that
plumbing and simply have the leaf layers requiring a TaskRunner get it from
base::CreateSequenceTaskRunnerWithTraits() directly.
3. Ideally migrating from a single-threaded context to a [much preferred]
(threading_and_tasks.md#Prefer-Sequences-to-Threads) sequenced context.
3. Ideally migrating from a single-threaded context to a
[much preferred](threading_and_tasks.md#Prefer-Sequences-to-Threads) sequenced context.
* Note: if your tasks use COM APIs (Component Object Model on Windows),
you'll need to use CreateCOMSTATaskRunnerWithTraits() and sequencing will
not be an option (there are DCHECKs in place that will fire if your task
Expand Down

0 comments on commit e00084c

Please sign in to comment.